From 9c071664ade65c21f1c1fb42c7c54f06c7857cdf Mon Sep 17 00:00:00 2001 From: Nick Terrell Date: Mon, 11 Feb 2019 10:32:30 -0800 Subject: [PATCH] [cirrus] Run playTests.sh * Pass `-Werror` through `MOREFLAGS` * Install `coreutils` * Run `playTests.sh` --- .cirrus.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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 -- 2.47.2