retroforth/.builds/debian-arm.yml
crc 7b0d5cf069 add retro-compiler test to automated testing builds
FossilOrigin-Name: c5fbfd6ffa76c67cef92c896bbe37b7f52082dda8dc083e74a5ededa04bb54d5
2021-05-18 13:01:44 +00:00

29 lines
630 B
YAML

image: debian/unstable
arch: arm64
sources:
- https://git.sr.ht/~crc_/retroforth
tasks:
- build: |
cd retroforth
make
- repl: |
cd retroforth
make bin/retro-repl
- compiler: |
cd retroforth
make bin/retro-compiler
- install: |
cd retroforth
sudo make install
- test: |
cd retroforth
retro example/1D-Cellular-Automota.retro
retro example/sea-level-rise.retro
- test-compiler: |
cd retroforth
echo "~~~\n:hello 'hello_s:put_nl_;\n~~~" >hello.retro
./bin/retro-compiler hello.retro hello
./a.out
- check-missing: |
cd retroforth
retro tools/glossary.retro missing