]> andersk Git - libyaml.git/blame - appveyor.yml
add unit tests to cmake and appveyor config
[libyaml.git] / appveyor.yml
CommitLineData
6dfd50f1
MG
1version: 0.1.7.{build}
2
3image:
4- Visual Studio 2015
5- Visual Studio 2013
6
7build_script:
8- cmake .
9- cmake --build . --config release --clean-first
10- ctest -C release
11- C:\cygwin\bin\sh -c "export PATH=/usr/bin:/usr/local/bin:$PATH && ./bootstrap && ./configure && make && make test && make distclean"
12- C:\cygwin64\bin\sh -c "export PATH=/usr/bin:/usr/local/bin:$PATH && ./bootstrap && ./configure && make && make test && make distclean"
This page took 0.043695 seconds and 5 git commands to generate.