commit 0a5168d53c2a797cdb6d547aa408d5d9a33d7a4c
parent 663ed502b8a3d331158555162d7c4a4f8615315e
Author: MTRNord <mtrnord1@gmail.com>
Date: Tue, 22 Aug 2017 00:17:28 +0200
Fix CircleCI
Diffstat:
2 files changed, 1 insertion(+), 2 deletions(-)
diff --git a/.ci/linux.sh b/.ci/linux.sh
@@ -35,6 +35,4 @@ df -h
ls $HOME/*
du -sh $HOME/*
-/home/ubuntu/.go_project/bin/qtsetup full desktop
-
exit 0
diff --git a/circle.yml b/circle.yml
@@ -9,6 +9,7 @@ dependencies:
override:
- if [[ "$OS" == "linux" ]]; then chmod +x ./.ci/linux.sh && ./.ci/linux.sh; fi
- go get -u -v github.com/therecipe/qt/cmd/...
+ - /home/ubuntu/.go_project/bin/qtsetup full desktop
- go get -v github.com/Nordgedanken/Neo/...
post:
test: