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
# CMake build
script:
- cmake .
- make
script: cmake . && make
addons:
apt:
packages:
- libboost-program-options-dev