11 lines
192 B
YAML
11 lines
192 B
YAML
|
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
|