From 8cf946e4e9e58b5abb139ea68c9470e67f647e8d Mon Sep 17 00:00:00 2001 From: Geoffrey Merck Date: Wed, 5 Jan 2022 16:52:36 +0100 Subject: [PATCH] Always build with GPS d --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index e148e64..c0f8117 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 - run: name: "Build App" - command: "make -j 3 dstargateway" + command: "make -j 3 dstargateway USE_GPSD=1" - run: name: "Build Tests" - command: "make -j 3 tests" + command: "make -j 3 tests USE_GPSD=1" - run: name: "Run Tests" command: "make run-tests"