mirror of
https://github.com/idris-lang/Idris2.git
synced 2024-12-16 07:34:45 +03:00
ca3d519291
I have no idea what I'm doing
7 lines
171 B
YAML
7 lines
171 B
YAML
dist: bionic
|
|
language: minimal
|
|
install: apt-get install chezscheme9.5
|
|
script:
|
|
- make bootstrap SCHEME=chezscheme9.5
|
|
- make test IDRIS2_BOOT=../build/exec/idris2sh
|