]> git.ipfire.org Git - thirdparty/zstd.git/commitdiff
[cirrus] Run playTests.sh
authorNick Terrell <terrelln@fb.com>
Mon, 11 Feb 2019 18:32:30 +0000 (10:32 -0800)
committerNick Terrell <terrelln@fb.com>
Tue, 12 Feb 2019 01:44:00 +0000 (17:44 -0800)
* Pass `-Werror` through `MOREFLAGS`
* Install `coreutils`
* Run `playTests.sh`

.cirrus.yml

index 777d3eca10984febb34fd7e02c5147935f3583e3..506647a009e73b1cbf6d061c569dddacd2664623 100644 (file)
@@ -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