commit 16af4fdc6b2c79676bd1ce00e8a192bae424316d parent 7c7c96215548251c47f0f290f9531624a75f9e10 Author: MTRNord <mtrnord1@gmail.com> Date: Tue, 5 Dec 2017 21:36:35 +0100 well just use the official docker... Signed-off-by: MTRNord <mtrnord1@gmail.com> Diffstat:
| M | .circleci/config.yml | | | 9 | ++++----- |
1 file changed, 4 insertions(+), 5 deletions(-)
diff --git a/.circleci/config.yml b/.circleci/config.yml @@ -2,18 +2,17 @@ version: 2 jobs: build: docker: - - image: circleci/golang:latest + - image: therecipe/qt:linux environment: - OS: linux DESKTOP: true steps: - checkout - 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 + # command: if [[ "$OS" == "linux" ]]; then chmod +x ./.ci/linux.sh && ./.ci/linux.sh; fi - run: name: qt-binding setup command: qtsetup full desktop