mirror of
https://github.com/pocoproject/poco.git
synced 2025-02-21 06:37:42 +01:00
appveyor.yml: initial version to build on https://ci.appveyor.com
Signed-off-by: Roger Meier <r.meier@siemens.com>
This commit is contained in:
parent
4e6fad87dc
commit
88c4218f89
11
appveyor.yml
Normal file
11
appveyor.yml
Normal file
@ -0,0 +1,11 @@
|
||||
version: '{build}'
|
||||
|
||||
install:
|
||||
- cinst cmake
|
||||
|
||||
build_script:
|
||||
- set PATH=C:\ProgramData\chocolatey\bin;%PATH%
|
||||
- mkdir cmake-build
|
||||
- cd cmake-build
|
||||
- cmake ..
|
||||
- cmake --build .
|
Loading…
x
Reference in New Issue
Block a user