Add 'make install' to Travis testing
This commit is contained in:
parent
d7e614f716
commit
e323d9d7b3
1 changed files with 1 additions and 0 deletions
|
|
@ -52,6 +52,7 @@ script:
|
|||
- ./swig -version
|
||||
- if test -z "$SWIGLANG"; then make -s $SWIGJOBS check-ccache; fi
|
||||
- if test -z "$SWIGLANG"; then make -s $SWIGJOBS check-errors-test-suite; fi
|
||||
- if test -z "$SWIGLANG"; then make -s install && swig -version && ccache-swig -version; fi
|
||||
- if test -n "$SWIGLANG"; then make -s check-$SWIGLANG-version; fi
|
||||
- if test -n "$SWIGLANG"; then make -k $SWIGJOBS check-$SWIGLANG-examples; fi
|
||||
- if test -n "$SWIGLANG"; then make -k $SWIGJOBS check-$SWIGLANG-test-suite; fi
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue