mirror of
https://github.com/mamedev/mame.git
synced 2024-11-16 07:48:32 +01:00
05e69b43e9
* 3rdparty/zstd: Added Zstandard compression library version 1.5.5. * util/unzip.cpp: Added support for Zstandard compression (method 93). * util/chdcodec.cpp: Added support for Zstandard compression. * 3rdparty/flac: Always define NDEBUG to avoid log spam.
10 lines
248 B
YAML
10 lines
248 B
YAML
task:
|
|
name: FreeBSD (shortest)
|
|
freebsd_instance:
|
|
matrix:
|
|
image_family: freebsd-13-0
|
|
image_family: freebsd-12-2
|
|
install_script: pkg install -y gmake coreutils
|
|
script: |
|
|
MOREFLAGS="-Werror" gmake -j all
|
|
gmake shortest
|