]> andersk Git - libyaml.git/blobdiff - .travis.yml
cmake: Provide support for building dynamic and static libraries.
[libyaml.git] / .travis.yml
index 3f01806841743a633e8b0e3adabb27c2e3890b90..e78998662f946688455e8aeb6642b2e2ac06d509 100644 (file)
@@ -1,7 +1,11 @@
+os:
+- linux
+- osx
+
 language: c
 
 compiler:
 - clang
 - gcc
 
-script: ./bootstrap && ./configure && make test
+script: tests/run-tests.sh
This page took 0.032501 seconds and 4 git commands to generate.