mirror of
https://github.com/bertptrs/adventofcode.git
synced 2025-12-26 21:30:31 +01:00
Add boost to build.
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user