commit 3383b7c7a451667ff6b60710db7c5be58cde04d9 parent 29dd9b84bd88fd4fefad283919c714a67b040e59 Author: MTRNord <mtrnord1@gmail.com> Date: Tue, 5 Dec 2017 19:27:57 +0100 Try to fix circleCI Signed-off-by: MTRNord <mtrnord1@gmail.com> Diffstat:
| M | circle.yml | | | 4 | ++-- |
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/circle.yml b/circle.yml @@ -8,12 +8,12 @@ dependencies: pre: override: - go get -u -v github.com/therecipe/qt/cmd/... - - if [[ "$OS" == "linux" ]]; then chmod +x ./.ci/linux.sh && ./.ci/linux.sh; fi + #- if [[ "$OS" == "linux" ]]; then chmod +x ./.ci/linux.sh && ./.ci/linux.sh; fi - /home/ubuntu/.go_project/bin/qtsetup full desktop - go get -v github.com/Nordgedanken/Morpheus/... post: test: pre: override: - - if [[ "$DESKTOP" == "true" ]]; then /home/ubuntu/.go_project/bin/qtsetup && /home/ubuntu/.go_project/bin/qtdeploy test desktop; fi + - if [[ "$DESKTOP" == "true" ]]; then /home/ubuntu/.go_project/bin/qtsetup && cd /home/ubuntu/.go_project/src/github.com/Nordgedanken/Morpheus/ && /home/ubuntu/.go_project/bin/qtdeploy test desktop; fi post: