From f7d6c19115cfeda5c0b19baf386a6ecc1c7cc84c Mon Sep 17 00:00:00 2001 From: crc Date: Tue, 18 May 2021 14:09:10 +0000 Subject: [PATCH] automated testing: fix some things related to testing retro-compiler FossilOrigin-Name: 878628cd439cd9cd3646177b5c0b69da903cdb4bc2bf8ac29eeca053d578dcc0 --- .builds/debian-arm.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.builds/debian-arm.yml b/.builds/debian-arm.yml index 1a9a557..73cf7d3 100644 --- a/.builds/debian-arm.yml +++ b/.builds/debian-arm.yml @@ -1,5 +1,7 @@ image: debian/unstable arch: arm64 +packages: +- curl sources: - https://git.sr.ht/~crc_/retroforth tasks: @@ -21,7 +23,7 @@ tasks: retro example/sea-level-rise.retro - test-compiler: | 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 ./a.out - check-missing: |