commit 0b5ce7ddb80092630c7b28cb19cbc9b804be9399 parent c48626ec51edfa7a4dd4c2a696d9802d2da69b6c Author: Marcel <MTRNord@users.noreply.github.com> Date: Wed, 6 Dec 2017 11:31:06 +0100 We dont need to setup go-qt Diffstat:
| M | .circleci/config.yml | | | 9 | --------- |
1 file changed, 0 insertions(+), 9 deletions(-)
diff --git a/.circleci/config.yml b/.circleci/config.yml @@ -10,15 +10,6 @@ jobs: name: Get Morpheus command: go get -u -v -d github.com/Nordgedanken/Morpheus/... - run: - name: qt-binding - command: go get -u -v github.com/therecipe/qt/cmd/... - #- run: - # name: qt - # command: if [[ "$OS" == "linux" ]]; then chmod +x ./.ci/linux.sh && ./.ci/linux.sh; fi - - run: - name: qt-binding setup - command: $GOPATH/bin/qtsetup full desktop - - run: name: Run Build working_directory: /home/user/work/src/github.com/Nordgedanken/Morpheus/ command: $GOPATH/bin/qtdeploy build desktop