ci: dont build retro-compiler (currently broken)
FossilOrigin-Name: 855f52d4219f3f11d69a3351eed12ab4ebe16d832262d57ce0a37eec6c7000e0
This commit is contained in:
parent
a147144fde
commit
b712f59d2d
1 changed files with 4 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue