Appveyor: partialcheck test-suite
Java and Python time out when running just the test-suite. Compromise for now... run just partialcheck-test-suite, ie test just invoking SWIG and not C/C++compile and run tests.
This commit is contained in:
parent
b0e0237347
commit
083c75e9b6
1 changed files with 2 additions and 2 deletions
|
|
@ -67,8 +67,8 @@ test_script:
|
|||
- .\swig.exe -version
|
||||
- bash -c "file ./swig.exe"
|
||||
- bash -c "time make -k check-%SWIGLANG%-version"
|
||||
#- bash -c "time make -k check-%SWIGLANG%-examples %CHECK_OPTIONS%"
|
||||
- bash -c "time make -k check-%SWIGLANG%-test-suite %CHECK_OPTIONS%"
|
||||
- bash -c "time make -k check-%SWIGLANG%-examples %CHECK_OPTIONS%"
|
||||
- bash -c "time make -k partialcheck-%SWIGLANG%-test-suite %CHECK_OPTIONS%"
|
||||
|
||||
# Do not build on tags (GitHub only)
|
||||
skip_tags: true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue