mirror of
https://github.com/cc65/cc65.git
synced 2024-12-27 15:29:46 +00:00
Run the regression tests _before_ replacing the built binaries with Win32 cross-builds.
This commit is contained in:
parent
5a7ba692f5
commit
7bb09e916c
@ -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…
Reference in New Issue
Block a user