travis CI : add 'make install'
This commit is contained in:
parent
1da63faa4f
commit
8beb3c8f49
|
@ -30,4 +30,5 @@ script:
|
||||||
- 'make -f $MAKEFILE -j3'
|
- 'make -f $MAKEFILE -j3'
|
||||||
|
|
||||||
after_success:
|
after_success:
|
||||||
|
- 'make -f $MAKEFILE install'
|
||||||
- 'if [ "$PROJECT" = "miniupnpc" ]; then make -f $MAKEFILE check; fi'
|
- 'if [ "$PROJECT" = "miniupnpc" ]; then make -f $MAKEFILE check; fi'
|
||||||
|
|
Loading…
Reference in New Issue