]> git.proxmox.com Git - libgit2.git/blame - appveyor.yml
Fix leak of TLS error message in shutdown (ptherad version)
[libgit2.git] / appveyor.yml
CommitLineData
388ca7e7
ET
1version: '{build}'
2branches:
3 only:
4 - master
1d67e8fd 5environment:
feb0e022
ET
6 GITTEST_INVASIVE_FS_STRUCTURE: 1
7 GITTEST_INVASIVE_FS_SIZE: 1
2f4ee000 8
1d67e8fd
ET
9 matrix:
10 - GENERATOR: "Visual Studio 11"
11 ARCH: 32
12 - GENERATOR: "Visual Studio 11 Win64"
13 ARCH: 64
388ca7e7 14build_script:
f4e3a6ab 15- ps: |
388ca7e7 16 mkdir build
388ca7e7 17 cd build
1d67e8fd 18 cmake -D ENABLE_TRACE=ON -D BUILD_CLAR=ON .. -G"$env:GENERATOR"
388ca7e7
ET
19 cmake --build . --config RelWithDebInfo
20test_script:
21- ps: ctest -V .