]> andersk Git - libyaml.git/blob - appveyor.yml
7922b4bba192725be8786d079c2355fe6061e98b
[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.024163 seconds and 3 git commands to generate.