disbale debug

pull/32/head
Geoffrey Merck 4 years ago
parent b85705de20
commit edd9870412

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

Loading…
Cancel
Save

Powered by TurnKey Linux.