mirror of
https://git.proxmox.com/git/libgit2
synced 2025-05-28 15:58:29 +00:00
commit
9b22f8b414
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