mirror of
https://github.com/reactos/ninja.git
synced 2024-11-23 11:49:45 +00:00
Make travis build everything
Tell travis to build "all" instead of just "ninja_test". This would have caught the breakage introduced by #1181.
This commit is contained in:
parent
110dae2209
commit
d611bd405a
@ -3,4 +3,4 @@ language: cpp
|
||||
compiler:
|
||||
- gcc
|
||||
- clang
|
||||
script: ./configure.py --bootstrap && ./ninja ninja_test && ./ninja_test --gtest_filter=-SubprocessTest.SetWithLots && ./misc/ninja_syntax_test.py
|
||||
script: ./configure.py --bootstrap && ./ninja all && ./ninja_test --gtest_filter=-SubprocessTest.SetWithLots && ./misc/ninja_syntax_test.py
|
||||
|
Loading…
Reference in New Issue
Block a user