try to check text enconding

This commit is contained in:
ToruNiina 2017-05-17 14:09:34 +09:00
parent c2ed5e331f
commit 77855c52e5

View File

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