Use cmd for build command

This commit is contained in:
Snaipe 2015-09-06 02:08:34 +02:00
parent 507c3183e6
commit 745d6be229

View file

@ -52,8 +52,7 @@ install:
..
build_script:
- ps: |
cmake --build . --target $env:BUILD_TARGET
- cmake --build . --target %BUILD_TARGET%
before_deploy:
- ps: |