mirror of
https://git.proxmox.com/git/libgit2
synced 2025-05-07 20:17:59 +00:00
Merge pull request #2861 from libgit2/ntk/appveyor
AppVeyor: Prettify build script
This commit is contained in:
commit
573a53a8f7
@ -9,17 +9,12 @@ environment:
|
||||
- GENERATOR: "Visual Studio 11 Win64"
|
||||
ARCH: 64
|
||||
build_script:
|
||||
- ps: >-
|
||||
- ps: |
|
||||
choco install cmake
|
||||
|
||||
choco install python2
|
||||
|
||||
mkdir build
|
||||
|
||||
cd build
|
||||
|
||||
cmake -D ENABLE_TRACE=ON -D BUILD_CLAR=ON .. -G"$env:GENERATOR"
|
||||
|
||||
cmake --build . --config RelWithDebInfo
|
||||
test_script:
|
||||
- ps: ctest -V .
|
||||
|
Loading…
Reference in New Issue
Block a user