mirror of
https://github.com/bertptrs/adventofcode.git
synced 2025-12-25 21:00:31 +01:00
Replace std::filesystem with boost::filesystem.
Somehow, travis still doesn't support the right one.
This commit is contained in:
@@ -10,10 +10,11 @@ before_script:
|
||||
- cd 2019
|
||||
|
||||
# CMake build
|
||||
script: cmake . && make && ./test_solutions
|
||||
script: cmake . && make && make test
|
||||
|
||||
addons:
|
||||
apt:
|
||||
packages:
|
||||
- libboost-filesystem-dev
|
||||
- libboost-program-options-dev
|
||||
- libboost-test-dev
|
||||
|
||||
Reference in New Issue
Block a user