retroforth/.builds/debian-arm.yml
crc 27c074fa00 in which many things change...
- the basic image now contains a minimal listener
- new repl.c uses the embedded listener rather than
  implementing the listener in C
- removed barebones.c as it's no longer needed (overlapped
  w/repl.c)
- removed retro-unix.c (use retro.c instead)
- removed retro-windows.c (use retro.c instead)
- removed retro-image.c (use image.c instead)

FossilOrigin-Name: 21cea9bf556aef732fd9248de2debaf00dce24304a426c56392d503723728f43
2021-05-17 17:18:27 +00:00

21 lines
423 B
YAML

image: debian/unstable
arch: arm64
sources:
- https://git.sr.ht/~crc_/retroforth
tasks:
- build: |
cd retroforth
make
- optional: |
cd retroforth
make bin/retro-repl
- install: |
cd retroforth
sudo make install
- test: |
cd retroforth
retro example/1D-Cellular-Automota.retro
retro example/sea-level-rise.retro
- check-missing: |
cd retroforth
retro tools/glossary.retro missing