#24 include DRats build option in CI

pull/32/head
Geoffrey Merck 4 years ago
parent 7a79e5c5c0
commit 856d481b3f

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

Loading…
Cancel
Save

Powered by TurnKey Linux.