retroforth/.builds/debian-arm.yml
crc efa8eba21d add some additional steps to the builds.sr.ht jo
FossilOrigin-Name: e5c1c9cf5aa5707e73ea323fdb96c45603e702e6cdb9072bbabf7cba58e11250
2021-05-04 17:45:43 +00:00

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