Revert "no longer explicitly clone the TOML repository in CI builds"

This reverts commit fe644ea4b7.
This commit is contained in:
Jordan Williams
2020-02-24 07:31:15 -06:00
parent a655a71cef
commit 2223eb4f62
2 changed files with 3 additions and 1 deletions

View File

@@ -17,8 +17,9 @@ build_script:
- cd C:\toml11
- mkdir build
- 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_69_0 ..
- file --mime-encoding _deps/toml-src/tests/hard_example_unicode.toml
- cmake --build . --config "%configuration%"
test_script: