6a77e9f3b6
FossilOrigin-Name: ffc1b19af431119f7b691f8597106939965122ee3c1b3a799058118fd280f406
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
|