|
@ -214,6 +214,8 @@ jobs: |
|
|
- make ${MAKEOPTS} -C ports/unix deplibs |
|
|
- make ${MAKEOPTS} -C ports/unix deplibs |
|
|
- make ${MAKEOPTS} -C ports/unix |
|
|
- make ${MAKEOPTS} -C ports/unix |
|
|
- make ${MAKEOPTS} -C ports/unix test |
|
|
- make ${MAKEOPTS} -C ports/unix test |
|
|
|
|
|
after_failure: |
|
|
|
|
|
- (cd tests && for exp in *.exp; do testbase=$(basename $exp .exp); echo -e "\nFAILURE $testbase"; diff -u $testbase.exp $testbase.out; done) |
|
|
|
|
|
|
|
|
# windows port via mingw |
|
|
# windows port via mingw |
|
|
- stage: test |
|
|
- stage: test |
|
|