From 856d481b3fc5beaa1fc77026e64cfb1d185b8182 Mon Sep 17 00:00:00 2001 From: Geoffrey Merck Date: Wed, 15 Jun 2022 18:00:32 +0200 Subject: [PATCH] #24 include DRats build option in CI --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index f858990..6960b90 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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: