]> andersk Git - libyaml.git/blame - .travis.yml
Include an example of a %YAML tag
[libyaml.git] / .travis.yml
CommitLineData
1525ded0
IN
1language: c
2
3compiler:
4- clang
5- gcc
6
e5607fb5
IC
7script:
8- ./bootstrap
9- ./configure
10- make test
6dfd50f1
MG
11- make distclean
12- cmake .
13- make
14- make test
15- make clean
This page took 0.046137 seconds and 5 git commands to generate.