mirror of
https://git.proxmox.com/git/libgit2
synced 2025-05-29 06:20:56 +00:00
Add appveyor yaml
This commit is contained in:
parent
007f3ff6fa
commit
388ca7e73c
19
appveyor.yml
Normal file
19
appveyor.yml
Normal file
@ -0,0 +1,19 @@
|
||||
version: '{build}'
|
||||
branches:
|
||||
only:
|
||||
- master
|
||||
build_script:
|
||||
- ps: >-
|
||||
choco install cmake
|
||||
|
||||
choco install python2
|
||||
|
||||
mkdir build
|
||||
|
||||
cd build
|
||||
|
||||
cmake -D ENABLE_TRACE=ON -D BUILD_CLAR=ON -D STDCALL=ON .. -G"Visual Studio 11"
|
||||
|
||||
cmake --build . --config RelWithDebInfo
|
||||
test_script:
|
||||
- ps: ctest -V .
|
Loading…
Reference in New Issue
Block a user