]> git.proxmox.com Git - libgit2.git/blob - appveyor.yml
Merge pull request #2845 from rakuco/libssh2-detection-fix
[libgit2.git] / appveyor.yml
1 version: '{build}'
2 branches:
3 only:
4 - master
5 environment:
6 matrix:
7 - GENERATOR: "Visual Studio 11"
8 ARCH: 32
9 - GENERATOR: "Visual Studio 11 Win64"
10 ARCH: 64
11 build_script:
12 - ps: |
13 mkdir build
14 cd build
15 cmake -D ENABLE_TRACE=ON -D BUILD_CLAR=ON .. -G"$env:GENERATOR"
16 cmake --build . --config RelWithDebInfo
17 test_script:
18 - ps: ctest -V .