mirror of
https://github.com/edwinb/Idris2-boot.git
synced 2024-11-23 20:22:34 +03:00
9 lines
159 B
Docker
9 lines
159 B
Docker
from theodus/idris2-ci-base:latest
|
|
|
|
copy . /Idris2-dev
|
|
workdir /Idris2-dev
|
|
run make idris2
|
|
run make libs
|
|
run make install-support
|
|
run make test INTERACTIVE=''
|