mirror of
https://git.sr.ht/~crc_/retroforth
synced 2024-11-16 19:48:56 +01:00
add build manifests for use w/sr.ht
FossilOrigin-Name: ffc1b19af431119f7b691f8597106939965122ee3c1b3a799058118fd280f406
This commit is contained in:
parent
04b9c879a1
commit
6a77e9f3b6
4 changed files with 41 additions and 0 deletions
10
.builds/alpine.yml
Normal file
10
.builds/alpine.yml
Normal 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
11
.builds/debian-arm.yml
Normal 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
10
.builds/freebsd.yml
Normal 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
10
.builds/openbsd.yml
Normal 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
|
Loading…
Reference in a new issue