Added building of samples.

This commit is contained in:
Oliver Schmidt 2020-07-27 17:59:24 +02:00
parent 4316242d7e
commit cdd23edd37
1 changed files with 3 additions and 1 deletions

View File

@ -6,9 +6,11 @@ install:
script:
- make bin USER_CFLAGS=-Werror
- make lib QUIET=1
- make -C test QUIET=1
- make test QUIET=1
- make samples
- make -C src clean
- make bin USER_CFLAGS=-Werror CROSS_COMPILE=i686-w64-mingw32-
- make -C samples clean
- make doc zip
after_success:
- make -f Makefile.travis