mirror of
https://github.com/edwinb/Idris2-boot.git
synced 2024-11-24 12:54:28 +03:00
10 lines
170 B
YAML
10 lines
170 B
YAML
|
dist: bionic
|
||
|
|
||
|
services: docker
|
||
|
|
||
|
language: minimal
|
||
|
|
||
|
before_install: docker pull theodus/idris2-ci-base:latest
|
||
|
|
||
|
script: docker build . -f .ci-dockerfiles/ci-run.dockerfile
|