add some additional steps to the builds.sr.ht jo

FossilOrigin-Name: e5c1c9cf5aa5707e73ea323fdb96c45603e702e6cdb9072bbabf7cba58e11250
This commit is contained in:
crc 2021-05-04 17:45:43 +00:00
parent c3c9c40157
commit efa8eba21d

View file

@ -9,3 +9,9 @@ tasks:
- test: | - test: |
cd retroforth cd retroforth
./bin/retro example/1D-Cellular-Automota.retro ./bin/retro example/1D-Cellular-Automota.retro
- check-missing: |
cd retroforth
./bin/retro tools/glossary.retro missing
- install: |
cd retroforth
sudo make install