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

8 lines
119 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 test