commit bbe7e5273a94edce8d8c58a107b72ae793f6784b parent 1a46d85af4c6ddc5e2d88094606df8958b773b90 Author: MTRNord <mtrnord1@gmail.com> Date: Tue, 5 Dec 2017 20:20:42 +0100 Fix indentation Signed-off-by: MTRNord <mtrnord1@gmail.com> Diffstat:
| M | .circleci/config.yml | | | 16 | ++++++++-------- |
1 file changed, 8 insertions(+), 8 deletions(-)
diff --git a/.circleci/config.yml b/.circleci/config.yml @@ -9,15 +9,15 @@ jobs: - run: echo 'export DESKTOP=true' >> $BASH_ENV - run: echo 'export QT_PKG_CONFIG=true' >> $BASH_ENV - run: - name: qt-binding - command: go get -u -v github.com/therecipe/qt/cmd/... + 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 + 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 + name: qt-binding setup + command: qtsetup full desktop - run: - name: get Morpheus - command: go get -v github.com/Nordgedanken/Morpheus/... + name: get Morpheus + command: go get -v github.com/Nordgedanken/Morpheus/... - run: if [[ "$DESKTOP" == "true" ]]; then cd $GOPATH/src/github.com/Nordgedanken/Morpheus/ && qtdeploy test desktop; fi \ No newline at end of file