cc65/.travis.yml

17 lines
434 B
YAML
Raw Normal View History

2014-01-31 13:22:47 +00:00
language:
2014-01-31 15:37:01 +00:00
- c
install:
- sudo apt-get update
- sudo apt-get install linuxdoc-tools linuxdoc-tools-info binutils-mingw-w64-i686 gcc-mingw-w64-i686 sshpass
2014-01-31 13:22:47 +00:00
script:
- make bin USER_CFLAGS=-Werror
- make lib QUIET=1
2020-07-27 15:59:24 +00:00
- make test QUIET=1
- make samples
- make -C src clean
- make bin USER_CFLAGS=-Werror CROSS_COMPILE=i686-w64-mingw32-
2020-07-27 15:59:24 +00:00
- make -C samples clean
2014-03-08 23:19:57 +00:00
- make doc zip
after_success:
- make -f Makefile.travis