From: Nick Terrell Date: Mon, 11 Feb 2019 18:32:30 +0000 (-0800) Subject: [cirrus] Run playTests.sh X-Git-Tag: v1.4.0^2~37^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9c071664ade65c21f1c1fb42c7c54f06c7857cdf;p=thirdparty%2Fzstd.git [cirrus] Run playTests.sh * Pass `-Werror` through `MOREFLAGS` * Install `coreutils` * Run `playTests.sh` --- diff --git a/.cirrus.yml b/.cirrus.yml index 777d3eca1..506647a00 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -10,6 +10,7 @@ task: install_script: - sed -i.bak -e 's,pkg+http://pkg.FreeBSD.org/\${ABI}/quarterly,pkg+http://pkg.FreeBSD.org/\${ABI}/latest,' /etc/pkg/FreeBSD.conf - pkg upgrade -y - - pkg install -y gmake - script: - - CFLAGS="-Werror" gmake -j all + - pkg install -y gmake coreutils + script: | + MOREFLAGS="-Werror" gmake -j all + gmake shortest