👷 forgot quotes

parent 441e5d87
...@@ -50,7 +50,7 @@ install: ...@@ -50,7 +50,7 @@ install:
- if "%COMPILER%"=="mingw" set PATH=C:\MinGW\bin;%PATH% - if "%COMPILER%"=="mingw" set PATH=C:\MinGW\bin;%PATH%
before_build: before_build:
- cmake . -G%GENERATOR% -DCMAKE_CXX_FLAGS="%FLAGS%" -DCMAKE_BUILD_TYPE=Release - cmake . -G "%GENERATOR%" -DCMAKE_CXX_FLAGS="%FLAGS%" -DCMAKE_BUILD_TYPE=Release
build_script: build_script:
- cmake --build . - cmake --build .
......
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