mirror of
https://github.com/curl/curl.git
synced 2026-07-25 06:27:16 +03:00
parent
32fc638ddf
commit
4f037367ed
1 changed files with 19 additions and 0 deletions
19
appveyor.yml
Normal file
19
appveyor.yml
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
version: 7.45.0.{build}
|
||||
|
||||
environment:
|
||||
matrix:
|
||||
- PRJ_GEN: "Visual Studio 11 2012 Win64"
|
||||
BDIR: msvc2012
|
||||
PRJ_CFG: Release
|
||||
- PRJ_GEN: "Visual Studio 12 2013 Win64"
|
||||
BDIR: msvc2013
|
||||
PRJ_CFG: Release
|
||||
- PRJ_GEN: "Visual Studio 14 2015 Win64"
|
||||
BDIR: msvc2015
|
||||
PRJ_CFG: Release
|
||||
|
||||
build_script:
|
||||
- mkdir build.%BDIR%
|
||||
- cd build.%BDIR%
|
||||
- cmake .. -G"%PRJ_GEN%"
|
||||
- cmake --build . --config %PRJ_CFG% --clean-first
|
||||
Loading…
Add table
Add a link
Reference in a new issue