no longer explicitly clone the TOML repository in CI builds

This commit is contained in:
Jordan Williams
2020-02-18 20:21:02 -06:00
parent 4c34986db0
commit fe644ea4b7
2 changed files with 1 additions and 3 deletions

View File

@@ -17,9 +17,8 @@ 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: