]> andersk Git - libyaml.git/blob - appveyor.yml
Update .gitignore with latest generated files
[libyaml.git] / appveyor.yml
1 version: 0.1.7.{build}
2
3 image:
4 - Visual Studio 2015
5 - Visual Studio 2013
6
7 build_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.03385 seconds and 5 git commands to generate.