mirror of
https://github.com/ToruNiina/toml11.git
synced 2025-09-16 16:28:09 +08:00
Revert "no longer explicitly clone the TOML repository in CI builds"
This reverts commit fe644ea4b7
.
This commit is contained in:
@@ -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:
|
||||
|
Reference in New Issue
Block a user