This commit is contained in:
Oliver Schmidt 2021-09-29 14:48:09 +02:00 committed by GitHub
parent 674a543909
commit c48e821c4b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ jobs:
script:
- make -j2 bin USER_CFLAGS=-Werror
- make -j2 lib QUIET=1
- make -j2 test QUIET=1
- make test QUIET=1
- make -j2 samples
- make -C src clean
- make -j2 bin USER_CFLAGS=-Werror CROSS_COMPILE=i686-w64-mingw32-