aboutsummaryrefslogtreecommitdiffhomepage
path: root/.builds
diff options
context:
space:
mode:
authorCalvin Rose <calsrose@gmail.com>2023-10-07 21:35:38 -0500
committerCalvin Rose <calsrose@gmail.com>2023-10-07 21:35:38 -0500
commitdc301305de5e4580c9759e3873aef75e85a966c1 (patch)
tree582267b58222f833ab601d51a326e69c6ce6df3c /.builds
parentWork on kq (diff)
Turn off verbose CI builds for BSD.
Diffstat (limited to '.builds')
-rw-r--r--.builds/freebsd.yml2
-rw-r--r--.builds/openbsd.yml2
2 files changed, 2 insertions, 2 deletions
diff --git a/.builds/freebsd.yml b/.builds/freebsd.yml
index c34752bd..682bb68d 100644
--- a/.builds/freebsd.yml
+++ b/.builds/freebsd.yml
@@ -7,6 +7,6 @@ tasks:
- build: |
cd janet
gmake
- VERBOSE=1 gmake test
+ gmake test
sudo gmake install
sudo gmake uninstall
diff --git a/.builds/openbsd.yml b/.builds/openbsd.yml
index 34349e88..5526b15c 100644
--- a/.builds/openbsd.yml
+++ b/.builds/openbsd.yml
@@ -8,7 +8,7 @@ tasks:
- gmake: |
cd janet
gmake
- VERBOSE=1 gmake test
+ gmake test
doas gmake install
gmake test-install
doas gmake uninstall