From 2190a5c144af94789c2460a86764ce02424389fd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Branimir=20Karad=C5=BEi=C4=87?= Date: Mon, 18 Jan 2016 19:59:35 -0800 Subject: [PATCH] Added TravisCI. --- .travis.yml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..c596d67 --- /dev/null +++ b/.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