Turn off verbose CI builds for BSD.

This commit is contained in:
Calvin Rose 2023-10-07 21:35:38 -05:00
parent f1111c135b
commit dc301305de
2 changed files with 2 additions and 2 deletions

View File

@ -7,6 +7,6 @@ tasks:
- build: |
cd janet
gmake
VERBOSE=1 gmake test
gmake test
sudo gmake install
sudo gmake uninstall

View File

@ -8,7 +8,7 @@ tasks:
- gmake: |
cd janet
gmake
VERBOSE=1 gmake test
gmake test
doas gmake install
gmake test-install
doas gmake uninstall