]> andersk Git - libyaml.git/blobdiff - .travis.yml
Fix pointer and enum warnings in deconstructor-alt
[libyaml.git] / .travis.yml
index 3f01806841743a633e8b0e3adabb27c2e3890b90..dada04bc6774d99eb72cf29aac5a6c463a619b52 100644 (file)
@@ -1,7 +1,19 @@
+os:
+- linux
+- osx
+
 language: c
 
 compiler:
 - clang
 - gcc
 
-script: ./bootstrap && ./configure && make test
+script:
+- ./bootstrap
+- ./configure
+- make test-all
+- make distclean
+- cmake .
+- make
+- make test
+- make clean
This page took 0.025115 seconds and 4 git commands to generate.