Remove spaces from build manifests for sourcehut.

This commit is contained in:
Calvin Rose 2020-03-06 17:30:36 -06:00
parent e351dde651
commit 6010b95fca
2 changed files with 16 additions and 16 deletions

View File

@ -1,12 +1,12 @@
image: freebsd/latest
sources:
- https://git.sr.ht/~bakpakin/janet
- https://git.sr.ht/~bakpakin/janet
packages:
- gmake
- gmake
tasks:
- build: |
cd janet
gmake
gmake test
sudo gmake install
gmake test-install
- build: |
cd janet
gmake
gmake test
sudo gmake install
gmake test-install

View File

@ -1,12 +1,12 @@
image: openbsd/6.5
sources:
- https://git.sr.ht/~bakpakin/janet
- https://git.sr.ht/~bakpakin/janet
packages:
- gmake
- gmake
tasks:
- build: |
cd janet
gmake
gmake test
doas gmake install
gmake test-install
- build: |
cd janet
gmake
gmake test
doas gmake install
gmake test-install