Skip to content

Commit e7f2ed0

Browse files
authored
Separate test building from execution
This in preparation for arm cross-compilation
1 parent 0725a7c commit e7f2ed0

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,14 @@ before_install:
2626
- sudo make install
2727
- cd ..
2828
- eval "${MATRIX_EVAL}"
29-
script:
29+
install:
3030
- ./bootstrap
3131
- mkdir build
3232
- cd build
3333
- if [ $LINKING = "static" ]; then ../configure --enable-static --disable-fastopen; elif [ $DEBUG = "debug" ]; then ../configure --enable-debug --disable-shared --disable-fastopen; else ../configure --disable-fastopen; fi
3434
- make
35+
- make check TESTS=
36+
script:
3537
- make check
3638
- cat test/test-suite.log
3739
- ls -l /usr/local/lib/

0 commit comments

Comments
 (0)