]> andersk Git - libyaml.git/blobdiff - .travis.yml
Added an example of using a global tag
[libyaml.git] / .travis.yml
index 3f01806841743a633e8b0e3adabb27c2e3890b90..904cc0d91e39e997cf7b835ad498d6b489313ae5 100644 (file)
@@ -4,4 +4,12 @@ compiler:
 - clang
 - gcc
 
-script: ./bootstrap && ./configure && make test
+script:
+- ./bootstrap
+- ./configure
+- make test
+- make distclean
+- cmake .
+- make
+- make test
+- make clean
This page took 0.092656 seconds and 4 git commands to generate.