blob: 093139b83e6ced65d6507920e7cc4687be2feae3 (
plain)
1
2
3
4
5
6
|
sudo: false
language: cpp
compiler:
- gcc
- clang
script: ./configure.py --bootstrap && ./ninja all && ./ninja_test --gtest_filter=-SubprocessTest.SetWithLots && ./misc/ninja_syntax_test.py
|