commit ac9a91f83ccc012dd4c43c7f5b54349cab4e181a
parent 0eb3d1456474a6b8ac5410fca3ecdc4702147e57
Author: MTRNord <mtrnord1@gmail.com>
Date: Tue, 5 Dec 2017 22:26:35 +0100
circleCI is to stupid to check out github repos
Signed-off-by: MTRNord <mtrnord1@gmail.com>
Diffstat:
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/.circleci/config.yml b/.circleci/config.yml
@@ -2,12 +2,13 @@ version: 2
jobs:
build:
docker:
- # TODO: CHANGE ON PUSH TO DEVELOP
- - image: mtrnord/morpheus:feature_CI_Changes
+ - image: therecipe/qt:linux
environment:
DESKTOP: true
steps:
- - checkout
+ - run:
+ name: get morpheus
+ command: go get -u -v github.com/Nordgedanken/Morpheus/...
- run:
name: qt-binding
command: go get -u -v github.com/therecipe/qt/cmd/...