[cirrus] Run playTests.sh
* Pass `-Werror` through `MOREFLAGS` * Install `coreutils` * Run `playTests.sh`
This commit is contained in:
+4
-3
@@ -10,6 +10,7 @@ task:
|
|||||||
install_script:
|
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
|
- 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 upgrade -y
|
||||||
- pkg install -y gmake
|
- pkg install -y gmake coreutils
|
||||||
script:
|
script: |
|
||||||
- CFLAGS="-Werror" gmake -j all
|
MOREFLAGS="-Werror" gmake -j all
|
||||||
|
gmake shortest
|
||||||
|
|||||||
Reference in New Issue
Block a user