summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorTakuto Ikuta <atetubou@gmail.com>2018-11-17 17:23:28 (GMT)
committerJan Niklas Hasse <jhasse@bixense.com>2018-11-17 17:23:28 (GMT)
commit5a78423193c48cae4800eb1ec44b62d14ae03920 (patch)
tree117f3ab307fb27cc7bfa7ad27578627f329cd0cf /.travis.yml
parentcfd74e54fa30f507364bc2ecc4b4314ccbd60a1c (diff)
downloadNinja-5a78423193c48cae4800eb1ec44b62d14ae03920.zip
Ninja-5a78423193c48cae4800eb1ec44b62d14ae03920.tar.gz
Ninja-5a78423193c48cae4800eb1ec44b62d14ae03920.tar.bz2
Add OSX build on travis (#1502)
Also make test script works for OSX script command.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml10
1 files changed, 7 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml
index 70b1fd0..19a9b28 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,8 +1,12 @@
+matrix:
+ include:
+ - os: linux
+ compiler: gcc
+ - os: linux
+ compiler: clang
+ - os: osx
sudo: false
language: cpp
-compiler:
- - gcc
- - clang
script:
- ./configure.py --bootstrap
- ./ninja all