Add boost to build.

This commit is contained in:
2019-09-12 12:38:17 +02:00
parent 11dd04ac82
commit 5585bce297

View File

@@ -10,6 +10,9 @@ before_script:
- cd 2019 - cd 2019
# CMake build # CMake build
script: script: cmake . && make
- cmake .
- make addons:
apt:
packages:
- libboost-program-options-dev