Imported Upstream version 1.9.0
[platform/upstream/ninja.git] / .travis.yml
1 matrix:
2   include:
3     - os: linux
4       compiler: gcc
5     - os: linux
6       compiler: clang
7     - os: osx
8 sudo: false
9 language: cpp
10 script:
11   - ./configure.py --bootstrap
12   - ./ninja all
13   - ./ninja_test --gtest_filter=-SubprocessTest.SetWithLots
14   - ./misc/ninja_syntax_test.py
15   - ./misc/output_test.py