1
0
mirror of https://github.com/cc65/cc65.git synced 2025-08-05 17:25:17 +00:00

Added regression tests to Travis.

This commit is contained in:
Oliver Schmidt
2015-06-27 00:04:51 +02:00
parent 9bd11f161f
commit 9c3c886da3

View File

@@ -8,6 +8,7 @@ script:
- 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: