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 image: freebsd/latest
sources: sources:
- https://git.sr.ht/~bakpakin/janet - https://git.sr.ht/~bakpakin/janet
packages: packages:
- gmake - gmake
tasks: tasks:
- build: | - build: |
cd janet cd janet
gmake gmake
gmake test gmake test
sudo gmake install sudo gmake install
gmake test-install gmake test-install

View File

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