blob: d7bee6f54f50f3ac98925a0d1a7b1c9fa54138a4 [file] [log] [blame]
language: cpp
compiler:
- gcc
- clang
before_install:
- sudo apt-get update -qq
- sudo apt-get install libgtest-dev
script: ./bootstrap.py && ./configure.py --with-gtest=/usr/src/gtest && ./ninja ninja_test && ./ninja_test --gtest_filter=-SubprocessTest.SetWithLots