🎨 fixed newlines

parent 1a6d7f5b
version: '{build}' version: '{build}'
os: Visual Studio 2015 os: Visual Studio 2015
init: [] init: []
install: [] install: []
build_script: build_script:
- set PATH=C:\Program Files (x86)\MSBuild\14.0\Bin;%PATH% - set PATH=C:\Program Files (x86)\MSBuild\14.0\Bin;%PATH%
- cmake . -G "Visual Studio 14 2015" - cmake . -G "Visual Studio 14 2015"
- cmake --build . --config Release - cmake --build . --config Release
test_script: test_script:
- ctest -C Release -V - ctest -C Release -V
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment