2021-01-06 21:38:50 +01:00
|
|
|
image: alpine/edge
|
|
|
|
sources:
|
|
|
|
- https://git.sr.ht/~crc_/retroforth
|
|
|
|
tasks:
|
|
|
|
- build: |
|
|
|
|
cd retroforth
|
2021-04-22 14:40:28 +02:00
|
|
|
make OPTIONS=-DBIT64
|
2021-01-06 21:38:50 +01:00
|
|
|
- test: |
|
|
|
|
cd retroforth
|
|
|
|
./bin/retro example/1D-Cellular-Automota.retro
|