Run compilation failures tests on Travis
"failtest" target is not built by default and it's not trivial to change this, as it needs to be built before anything else (and not in parallel with it, as otherwise object files created while building the tests could be removed), so just build it manually before building the tests themselves in Travis CI builds (or at least those of them using configure and make).
This commit is contained in:
parent
7696fa1bb7
commit
98206975f5
1 changed files with 1 additions and 0 deletions
|
|
@ -62,6 +62,7 @@ case $wxTOOLSET in
|
|||
echo -en 'travis_fold:end:script.build\\r'
|
||||
|
||||
echo 'Building tests...' && echo -en 'travis_fold:start:script.tests\\r'
|
||||
make -C tests $wxJOBS failtest
|
||||
make -C tests $wxJOBS
|
||||
echo -en 'travis_fold:end:script.tests\\r'
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue