mirror of
https://github.com/bertptrs/adventofcode.git
synced 2025-12-25 21:00:31 +01:00
Add boost to build.
This commit is contained in:
@@ -10,6 +10,9 @@ before_script:
|
||||
- cd 2019
|
||||
|
||||
# CMake build
|
||||
script:
|
||||
- cmake .
|
||||
- make
|
||||
script: cmake . && make
|
||||
|
||||
addons:
|
||||
apt:
|
||||
packages:
|
||||
- libboost-program-options-dev
|
||||
|
||||
Reference in New Issue
Block a user