buidl from clean

pull/32/head
Geoffrey Merck 4 years ago
parent dd1fc8f14c
commit d97aafd446

@ -21,7 +21,7 @@ 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 ENABLE_DEBUG=1 -j 3 clean dstargateway"
- run:
name: "Build Tests"
command: "make ENABLE_DEBUG=1 -j 3 tests"
@ -44,7 +44,7 @@ jobs:
sudo apt-get -y install libgtest-dev libcurl4-openssl-dev libboost-dev
- run:
name: "Build App"
command: "make -j 3 dstargateway"
command: "make -j 3 clean dstargateway"
- run:
name: "Build Tests"
command: "make -j 3 tests"

Loading…
Cancel
Save

Powered by TurnKey Linux.