75c540308f
FossilOrigin-Name: 3f831539f9004777566bff36e6085c785d53344007e204b5b22d33aa4d5f4950
10 lines
205 B
YAML
10 lines
205 B
YAML
image: alpine/edge
|
|
sources:
|
|
- https://git.sr.ht/~crc_/retroforth
|
|
tasks:
|
|
- build: |
|
|
cd retroforth
|
|
make OPTIONS=-DBIT64
|
|
- test: |
|
|
cd retroforth
|
|
./bin/retro example/1D-Cellular-Automota.retro
|