add build manifests for use w/sr.ht

FossilOrigin-Name: ffc1b19af431119f7b691f8597106939965122ee3c1b3a799058118fd280f406
This commit is contained in:
crc 2021-01-06 20:38:50 +00:00
parent 04b9c879a1
commit 6a77e9f3b6
4 changed files with 41 additions and 0 deletions

10
.builds/alpine.yml Normal file
View file

@ -0,0 +1,10 @@
image: alpine/edge
sources:
- https://git.sr.ht/~crc_/retroforth
tasks:
- build: |
cd retroforth
make
- test: |
cd retroforth
./bin/retro example/1D-Cellular-Automota.retro

11
.builds/debian-arm.yml Normal file
View file

@ -0,0 +1,11 @@
image: debian/unstable
arch: arm64
sources:
- https://git.sr.ht/~crc_/retroforth
tasks:
- build: |
cd retroforth
make
- test: |
cd retroforth
./bin/retro example/1D-Cellular-Automota.retro

10
.builds/freebsd.yml Normal file
View file

@ -0,0 +1,10 @@
image: freebsd/latest
sources:
- https://git.sr.ht/~crc_/retroforth
tasks:
- build: |
cd retroforth
make
- test: |
cd retroforth
./bin/retro example/1D-Cellular-Automota.retro

10
.builds/openbsd.yml Normal file
View file

@ -0,0 +1,10 @@
image: openbsd/latest
sources:
- https://git.sr.ht/~crc_/retroforth
tasks:
- build: |
cd retroforth
make
- test: |
cd retroforth
./bin/retro example/1D-Cellular-Automota.retro