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