Add libboost to gitlab ci

This commit is contained in:
Michele Rodolfi 2020-12-13 18:26:24 +01:00
parent 58e5ae11ed
commit 08c540559f

View File

@ -5,7 +5,7 @@ stages:
- test
before_script:
- apt-get update && apt-get install -y cmake
- apt-get update && apt-get install -y cmake libboost-all-dev
build:
stage: build