Add forgotten quotes around CMAKE_GENERATOR

This commit is contained in:
Patrick Johnmeyer 2016-02-23 23:49:15 -06:00
parent 6c78c6ea2b
commit 5908e00efb

View file

@ -20,7 +20,7 @@ environment:
before_build:
# Generate solution files using cmake, in 'builds' directory.
# No need to create it because it's part of the repo.
- mkdir builds\%BUILD_FOLDER% && cd builds\%BUILD_FOLDER% && cmake -G %CMAKE_GENERATOR% ..\..\ && cd ..\..
- mkdir builds\%BUILD_FOLDER% && cd builds\%BUILD_FOLDER% && cmake -G "%CMAKE_GENERATOR%" ..\..\ && cd ..\..
configuration:
- Debug