mirror of
https://github.com/unittest-cpp/unittest-cpp
synced 2026-09-27 00:28:49 +03:00
Add forgotten quotes around CMAKE_GENERATOR
This commit is contained in:
parent
6c78c6ea2b
commit
5908e00efb
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue