revert build app before tests

pull/32/head
Geoffrey Merck 4 years ago
parent 9920f427a7
commit 28d7f9753d

@ -19,16 +19,15 @@ jobs:
command: |
sudo apt-get update
sudo apt-get -y install libgtest-dev libcurl4-openssl-dev libboost-dev
- run:
name: "Build App"
command: "make -j 3 dstargateway"
- run:
name: "Build Tests"
command: "make -j 3 tests"
- run:
name: "Run Tests"
command: "make run-tests"
- run:
name: "Build App"
command: "make -j 3 dstargateway"
# Invoke jobs via workflows
# See: https://circleci.com/docs/2.0/configuration-reference/#workflows
workflows:

Loading…
Cancel
Save

Powered by TurnKey Linux.