f9a9f96e02
FossilOrigin-Name: 22dda4b1508440e9a154e8d58cccc70d08d2ccdac1b3e88f36088c9f32cefa89
10 lines
192 B
YAML
10 lines
192 B
YAML
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
|