27c074fa00
- 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
21 lines
423 B
YAML
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
|