mirror of
https://github.com/nlohmann/json
synced 2024-11-23 12:30:06 +00:00
11 lines
209 B
YAML
11 lines
209 B
YAML
version: '{build}'
|
|
os: Visual Studio 2015 CTP 6
|
|
init: []
|
|
install: []
|
|
build_script:
|
|
- set PATH=C:\Program Files (x86)\MSBuild\14.0\Bin;%PATH%
|
|
- cmake .
|
|
- msbuild json.sln
|
|
test_script:
|
|
- json_unit.exe
|