Run the regression tests _before_ replacing the built binaries with Win32 cross-builds.
This commit is contained in:
parent
5a7ba692f5
commit
7bb09e916c
1 changed files with 1 additions and 1 deletions
|
@ -5,10 +5,10 @@ install:
|
|||
script:
|
||||
- make bin USER_CFLAGS=-Werror
|
||||
- make lib QUIET=1
|
||||
- make -C test
|
||||
- make -C src clean
|
||||
- make bin USER_CFLAGS=-Werror CROSS_COMPILE=i686-w64-mingw32-
|
||||
- make doc zip
|
||||
- make -C test
|
||||
after_success:
|
||||
- make -f Makefile.travis
|
||||
env:
|
||||
|
|
Loading…
Add table
Reference in a new issue