commit 6cc55e6e04f251860cd82ec443463080d4d02427 parent f0c91e8228ca0f293041230fb8a13f104a2644a5 Author: MTRNord <mtrnord1@gmail.com> Date: Wed, 6 Dec 2017 07:47:32 +0100 Add Build test and remove if Signed-off-by: MTRNord <mtrnord1@gmail.com> Diffstat:
| M | .circleci/config.yml | | | 9 | +++++++-- |
1 file changed, 7 insertions(+), 2 deletions(-)
diff --git a/.circleci/config.yml b/.circleci/config.yml @@ -18,4 +18,9 @@ jobs: - run: name: qt-binding setup 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 + - run: + name: Run Build + command: cd $GOPATH/src/github.com/Nordgedanken/Morpheus/ && $GOPATH/bin/qtdeploy build desktop + - run: + name: Run Tests + command: cd $GOPATH/src/github.com/Nordgedanken/Morpheus/ && $GOPATH/bin/qtdeploy test desktop +\ No newline at end of file