diff options
| author | 2023-10-07 21:35:38 -0500 | |
|---|---|---|
| committer | 2023-10-07 21:35:38 -0500 | |
| commit | dc301305de5e4580c9759e3873aef75e85a966c1 (patch) | |
| tree | 582267b58222f833ab601d51a326e69c6ce6df3c /.builds | |
| parent | Work on kq (diff) | |
Turn off verbose CI builds for BSD.
Diffstat (limited to '.builds')
| -rw-r--r-- | .builds/freebsd.yml | 2 | ||||
| -rw-r--r-- | .builds/openbsd.yml | 2 |
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 |
