diff options
| author | Gaëtan Gilbert | 2020-07-22 14:58:43 +0200 |
|---|---|---|
| committer | Gaëtan Gilbert | 2020-07-22 14:58:43 +0200 |
| commit | 1ea5dec77580e479885ffbea0278174fdec629fb (patch) | |
| tree | b30d6c51dbce194545cd1e2360bcd4fab05bcfa1 /dev/ci/docker | |
| parent | 3962027eece19261efe88dda6c5a655f99ae93d0 (diff) | |
| parent | ca5aaa579d9fe87e999f543db0dcb66d2b78032c (diff) | |
Merge PR #12715: Add Coqtail to CI
Reviewed-by: SkySkimmer
Diffstat (limited to 'dev/ci/docker')
| -rw-r--r-- | dev/ci/docker/bionic_coq/Dockerfile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/dev/ci/docker/bionic_coq/Dockerfile b/dev/ci/docker/bionic_coq/Dockerfile index 8c5696f4f9..7570b17095 100644 --- a/dev/ci/docker/bionic_coq/Dockerfile +++ b/dev/ci/docker/bionic_coq/Dockerfile @@ -1,4 +1,4 @@ -# CACHEKEY: "bionic_coq-V2020-05-24-V1" +# CACHEKEY: "bionic_coq-V2020-07-21-V38" # ^^ Update when modifying this file. FROM ubuntu:bionic @@ -17,9 +17,10 @@ RUN apt-get update -qq && apt-get install --no-install-recommends -y -qq \ # Dependencies of source-doc and coq-makefile texlive-science tipa -# More dependencies of the sphinx doc +# More dependencies of the sphinx doc, pytest for coqtail RUN pip3 install sphinx==2.3.1 sphinx_rtd_theme==0.4.3 \ - antlr4-python3-runtime==4.7.1 sphinxcontrib-bibtex==0.4.2 + antlr4-python3-runtime==4.7.1 sphinxcontrib-bibtex==0.4.2 \ + pytest==5.4.3 # We need to install OPAM 2.0 manually for now. RUN wget https://github.com/ocaml/opam/releases/download/2.0.6/opam-2.0.6-x86_64-linux -O /usr/bin/opam && chmod 755 /usr/bin/opam |
