ci: update boost version on appveyor

This commit is contained in:
ToruNiina
2019-06-20 19:53:27 +09:00
parent 86a1f7ad75
commit 48aa0a4c67

View File

@@ -19,7 +19,7 @@ build_script:
- cd build
- git clone https://github.com/toml-lang/toml.git
- file --mime-encoding toml/tests/hard_example_unicode.toml
- cmake -G"%generator%" -DBOOST_ROOT=C:/Libraries/boost_1_63_0 ..
- cmake -G"%generator%" -DBOOST_ROOT=C:/Libraries/boost_1_69_0 ..
- cmake --build . --config "%configuration%"
test_script: