commit f0c91e8228ca0f293041230fb8a13f104a2644a5 parent c176d103d0a6c13d5b7946fd86423bbbecf393f0 Author: MTRNord <mtrnord1@gmail.com> Date: Tue, 5 Dec 2017 22:35:48 +0100 Point correctly to the bin folder of the gopath Signed-off-by: MTRNord <mtrnord1@gmail.com> Diffstat:
| M | .circleci/config.yml | | | 6 | +++--- |
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/.circleci/config.yml b/.circleci/config.yml @@ -17,5 +17,5 @@ jobs: # command: if [[ "$OS" == "linux" ]]; then chmod +x ./.ci/linux.sh && ./.ci/linux.sh; fi - run: name: qt-binding setup - command: qtsetup full desktop - - run: if [[ "$DESKTOP" == "true" ]]; then cd $GOPATH/src/github.com/Nordgedanken/Morpheus/ && qtdeploy test desktop; fi -\ No newline at end of file + command: $GOPATH/bin/qtsetup full desktop + - run: if [[ "$DESKTOP" == "true" ]]; then cd $GOPATH/src/github.com/Nordgedanken/Morpheus/ && $GOPATH/bin/qtdeploy test desktop; fi +\ No newline at end of file