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 image: debian/unstable
arch: arm64 arch: amd64
packages: packages:
- curl - curl
sources: sources:
@ -11,9 +11,9 @@ tasks:
- repl: | - repl: |
cd retroforth cd retroforth
make bin/retro-repl make bin/retro-repl
- compiler: | #- compiler: |
cd retroforth # cd retroforth
make bin/retro-compiler # make bin/retro-compiler
- install: | - install: |
cd retroforth cd retroforth
sudo make install sudo make install