ci: dont build retro-compiler (currently broken)

FossilOrigin-Name: 855f52d4219f3f11d69a3351eed12ab4ebe16d832262d57ce0a37eec6c7000e0
This commit is contained in:
crc 2023-06-29 11:13:23 +00:00
parent a147144fde
commit b712f59d2d

View file

@ -1,5 +1,5 @@
image: debian/unstable
arch: arm64
arch: amd64
packages:
- curl
sources:
@ -11,9 +11,9 @@ tasks:
- repl: |
cd retroforth
make bin/retro-repl
- compiler: |
cd retroforth
make bin/retro-compiler
#- compiler: |
# cd retroforth
# make bin/retro-compiler
- install: |
cd retroforth
sudo make install