]> andersk Git - libyaml.git/blobdiff - .travis.yml
Add Makefile support for yaml-test-suite
[libyaml.git] / .travis.yml
index 3f01806841743a633e8b0e3adabb27c2e3890b90..f6d10a47a0fdf25cca25233041cf19377b478266 100644 (file)
@@ -1,7 +1,19 @@
+os:
+- linux
+- osx
+
 language: c
 
 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.057112 seconds and 4 git commands to generate.