automated testing: fix some things related to testing retro-compiler
FossilOrigin-Name: 878628cd439cd9cd3646177b5c0b69da903cdb4bc2bf8ac29eeca053d578dcc0
This commit is contained in:
parent
4a63074a63
commit
f7d6c19115
1 changed files with 3 additions and 1 deletions
|
@ -1,5 +1,7 @@
|
||||||
image: debian/unstable
|
image: debian/unstable
|
||||||
arch: arm64
|
arch: arm64
|
||||||
|
packages:
|
||||||
|
- curl
|
||||||
sources:
|
sources:
|
||||||
- https://git.sr.ht/~crc_/retroforth
|
- https://git.sr.ht/~crc_/retroforth
|
||||||
tasks:
|
tasks:
|
||||||
|
@ -21,7 +23,7 @@ tasks:
|
||||||
retro example/sea-level-rise.retro
|
retro example/sea-level-rise.retro
|
||||||
- test-compiler: |
|
- test-compiler: |
|
||||||
cd retroforth
|
cd retroforth
|
||||||
echo "~~~\n:hello 'hello_s:put_nl_;\n~~~" >hello.retro
|
curl http://forth.works/share/17af8e4329d13fea01e7afcdf3c9aefd -o hello.retro
|
||||||
./bin/retro-compiler hello.retro hello
|
./bin/retro-compiler hello.retro hello
|
||||||
./a.out
|
./a.out
|
||||||
- check-missing: |
|
- check-missing: |
|
||||||
|
|
Loading…
Reference in a new issue