mirror of
https://github.com/idris-lang/Idris2.git
synced 2024-11-11 02:01:36 +03:00
Experiment with setting up Travis
I have no idea what I'm doing
This commit is contained in:
parent
9eba9113dd
commit
ca3d519291
6
.travis.yml
Normal file
6
.travis.yml
Normal file
@ -0,0 +1,6 @@
|
||||
dist: bionic
|
||||
language: minimal
|
||||
install: apt-get install chezscheme9.5
|
||||
script:
|
||||
- make bootstrap SCHEME=chezscheme9.5
|
||||
- make test IDRIS2_BOOT=../build/exec/idris2sh
|
Loading…
Reference in New Issue
Block a user