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
|
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
|
||||||
|
|
Loading…
Reference in a new issue