retroforth/.builds/debian-arm.yml

18 lines
340 B
YAML
Raw Normal View History

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