Idris2-boot/.ci-dockerfiles/ci-run.dockerfile

9 lines
159 B
Plaintext
Raw Normal View History

2019-07-23 22:49:24 +03:00
from theodus/idris2-ci-base:latest
copy . /Idris2-dev
workdir /Idris2-dev
run make idris2
run make libs
run make install-support
2020-04-06 13:06:19 +03:00
run make test INTERACTIVE=''