mirror of
https://github.com/cc65/cc65.git
synced 2024-12-23 04:30:10 +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:
|
script:
|
||||||
- make bin USER_CFLAGS=-Werror
|
- make bin USER_CFLAGS=-Werror
|
||||||
- make lib QUIET=1
|
- make lib QUIET=1
|
||||||
|
- make -C test
|
||||||
- make -C src clean
|
- make -C src clean
|
||||||
- make bin USER_CFLAGS=-Werror CROSS_COMPILE=i686-w64-mingw32-
|
- make bin USER_CFLAGS=-Werror CROSS_COMPILE=i686-w64-mingw32-
|
||||||
- make doc zip
|
- make doc zip
|
||||||
- make -C test
|
|
||||||
after_success:
|
after_success:
|
||||||
- make -f Makefile.travis
|
- make -f Makefile.travis
|
||||||
env:
|
env:
|
||||||
|
Loading…
Reference in New Issue
Block a user