From: Oliver Schmidt Date: Fri, 26 Jun 2015 22:43:41 +0000 (+0200) Subject: Run the regression tests _before_ replacing the built binaries with Win32 cross-builds. X-Git-Tag: V2.16~260 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=7bb09e916c72727649d2dbb47aabc79dead8c631;p=cc65 Run the regression tests _before_ replacing the built binaries with Win32 cross-builds. --- diff --git a/.travis.yml b/.travis.yml index 5e7a76ee6..6c6a428e6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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: