mirror of
https://github.com/edwinb/Idris2-boot.git
synced 2024-12-18 10:21:39 +03:00
8 lines
119 B
Plaintext
8 lines
119 B
Plaintext
|
from theodus/idris2-ci-base:latest
|
||
|
|
||
|
copy . /Idris2-dev
|
||
|
workdir /Idris2-dev
|
||
|
run make idris2
|
||
|
run make libs
|
||
|
run make test
|