Replace std::filesystem with boost::filesystem.

Somehow, travis still doesn't support the right one.
This commit is contained in:
2019-09-12 14:59:24 +02:00
parent 4e5b3b5a15
commit ab91276fca
3 changed files with 6 additions and 6 deletions

View File

@@ -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