1version: 1.0.{build} 2 3build_script: 4 5- cmd: >- 6 echo %path% 7 8 cmake . 9 10 msbuild ALL_BUILD.vcxproj 11 12test_script: 13 14- cmd: ctest 15