efa8eba21d
FossilOrigin-Name: e5c1c9cf5aa5707e73ea323fdb96c45603e702e6cdb9072bbabf7cba58e11250
17 lines
340 B
YAML
17 lines
340 B
YAML
image: debian/unstable
|
|
arch: arm64
|
|
sources:
|
|
- https://git.sr.ht/~crc_/retroforth
|
|
tasks:
|
|
- build: |
|
|
cd retroforth
|
|
make
|
|
- test: |
|
|
cd retroforth
|
|
./bin/retro example/1D-Cellular-Automota.retro
|
|
- check-missing: |
|
|
cd retroforth
|
|
./bin/retro tools/glossary.retro missing
|
|
- install: |
|
|
cd retroforth
|
|
sudo make install
|