add Travis-ci YAML
[libcds.git] / .travis.yml
diff --git a/.travis.yml b/.travis.yml
new file mode 100644 (file)
index 0000000..dc56e17
--- /dev/null
@@ -0,0 +1,23 @@
+\r
+language: cpp\r
+compiler: gcc\r
+#  - gcc\r
+#  - clang\r
+#before_install:\r
+#install:\r
+before_script: cd ./build\r
+script: ./build.sh -b 64 -j 4 -x ${CXX} -z '-std=c++0x -Wall -Wextra -pedantic' -t test_hdr\r
+#after_success:\r
+#after_failure:\r
+after_script: cd ..\r
+\r
+# blacklist\r
+branches:\r
+  except:\r
+    - integration\r
+\r
+# whitelist\r
+branches:\r
+  only:\r
+    - master\r
+    - dev
\ No newline at end of file