Add missing dependency to CI #44

develop
Geoffrey Merck 2 years ago
parent 99644004a8
commit 0cf1384aea

@ -18,7 +18,7 @@ jobs:
name: Install dependencies name: Install dependencies
command: | command: |
sudo apt-get update sudo apt-get update
sudo apt-get -y install libgtest-dev libcurl4-openssl-dev libboost-dev libgps-dev sudo apt-get -y install libgtest-dev libgmock-dev libcurl4-openssl-dev libboost-dev libgps-dev
- run: - run:
name: "Build" name: "Build"
command: "make ENABLE_DEBUG=1 USE_GPSD=1" command: "make ENABLE_DEBUG=1 USE_GPSD=1"
@ -39,7 +39,7 @@ jobs:
name: Install dependencies name: Install dependencies
command: | command: |
sudo apt-get update sudo apt-get update
sudo apt-get -y install libgtest-dev libcurl4-openssl-dev libboost-dev libgps-dev sudo apt-get -y install libgtest-dev libgmock-dev libcurl4-openssl-dev libboost-dev libgps-dev
- run: - run:
name: "Build" name: "Build"
command: "make USE_GPSD=1" command: "make USE_GPSD=1"
@ -60,7 +60,7 @@ jobs:
name: Install dependencies name: Install dependencies
command: | command: |
sudo apt-get update sudo apt-get update
sudo apt-get -y install libgtest-dev libcurl4-openssl-dev libboost-dev sudo apt-get -y install libgtest-dev libgmock-dev libcurl4-openssl-dev libboost-dev
- run: - run:
name: "Build" name: "Build"
command: "make ENABLE_DEBUG=1" command: "make ENABLE_DEBUG=1"

Loading…
Cancel
Save

Powered by TurnKey Linux.