mirror of
https://github.com/schnaader/precomp-cpp
synced 2026-08-23 00:23:04 -04:00
pass release configuration parameter to msbuild
This commit is contained in:
parent
eac6108a28
commit
25ef236c99
1 changed files with 1 additions and 1 deletions
|
|
@ -3,4 +3,4 @@ build_script:
|
|||
- cmd: >-
|
||||
cmake --config Release -Bbuild -H. -G"Visual Studio 14 2015 Win64"
|
||||
|
||||
msbuild build\precomp.sln
|
||||
msbuild /p:Configuration=Release build\precomp.sln
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue