mirror of
https://github.com/pocoproject/poco.git
synced 2024-12-18 20:24:04 +01:00
Use Visual Studio 12 2013 generator.
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
This commit is contained in:
parent
120bad0b57
commit
ceb1b7a90b
@ -55,10 +55,10 @@ after_build:
|
||||
build_script:
|
||||
- set PATH=C:\ProgramData\chocolatey\bin;%PATH%
|
||||
- mkdir cmake-build
|
||||
- pushd cmake-build
|
||||
- cmake .. -DENABLE_DATA_MYSQL=OFF -DENABLE_CRYPTO=OFF -DENABLE_NETSSL=OFF -DENABLE_TESTS=ON -DENABLE_REDIS=OFF
|
||||
- cd cmake-build
|
||||
- cmake .. -G "Visual Studio 12 2013" -DENABLE_DATA_MYSQL=OFF -DENABLE_CRYPTO=OFF -DENABLE_NETSSL=OFF -DENABLE_TESTS=ON -DENABLE_REDIS=OFF
|
||||
- cmake --build . --config %configuration% -- /nologo /v:minimal
|
||||
- popd
|
||||
- cd ..
|
||||
|
||||
|
||||
before_test:
|
||||
|
Loading…
Reference in New Issue
Block a user