Browse Source

Added TravisCI.

Branimir Karadžić 10 years ago
parent
commit
2190a5c144
1 changed files with 20 additions and 0 deletions
  1. 20 0
      .travis.yml

+ 20 - 0
.travis.yml

@@ -0,0 +1,20 @@
+language: cpp
+matrix:
+  include:
+    - compiler: gcc
+      os: linux
+    - compiler: clang
+      os: osx
+
+script:
+  make && make --no-print-directory -C .build/projects/gmake-osx config=release64 bx.test
+
+branches:
+  only:
+    - master
+
+notifications:
+  email: false
+
+osx_image:
+  xcode61