diff options
| author | Emilio Jesus Gallego Arias | 2018-11-20 16:28:28 +0100 |
|---|---|---|
| committer | Emilio Jesus Gallego Arias | 2018-11-20 16:28:28 +0100 |
| commit | 1cbba3c9877b7050b308e66b40d5e8b4d8ff1ffc (patch) | |
| tree | 73aadcc867128e71d44af23a3dfb334088cba03c | |
| parent | 4c25871dc47f40caf9a3a1662cbb8c703a0876ab (diff) | |
| parent | 9227b7616c32cdcadd96d03a8ce7d5c457ba7e4d (diff) | |
Merge PR #9033: gitlab: Install stdlib doc in build:base
| -rw-r--r-- | .gitlab-ci.yml | 3 | ||||
| -rw-r--r-- | dev/ci/README.md | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7dda19192d..ea7eccb47f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -82,7 +82,7 @@ after_script: - echo 'end:coq:build' - echo 'start:coq.install' - - make install + - make install install-byte $EXTRA_INSTALL - make install-byte - cp bin/fake_ide _install_ci/bin/ - echo 'end:coq.install' @@ -196,6 +196,7 @@ build:base: COQ_EXTRA_CONF: "-native-compiler yes -coqide opt" # coqdoc for stdlib, until we know how to build it from installed Coq EXTRA_TARGET: "stdlib" + EXTRA_INSTALL: "install-doc-stdlib-html install-doc-printable" # no coqide for 32bit: libgtk installation problems build:base+32bit: diff --git a/dev/ci/README.md b/dev/ci/README.md index 4709247549..7ed90f524c 100644 --- a/dev/ci/README.md +++ b/dev/ci/README.md @@ -179,7 +179,7 @@ Currently available artifacts are: + Coq's Reference Manual [master branch] https://gitlab.com/coq/coq/-/jobs/artifacts/master/file/_install_ci/share/doc/coq/sphinx/html/index.html?job=doc:refman + Coq's Standard Library Documentation [master branch] - https://gitlab.com/coq/coq/-/jobs/artifacts/master/file/_install_ci/share/doc/coq/html/stdlib/index.html?job=doc:refman + https://gitlab.com/coq/coq/-/jobs/artifacts/master/file/_install_ci/share/doc/coq/html/stdlib/index.html?job=build:base + Coq's ML API Documentation [master branch] https://gitlab.com/coq/coq/-/jobs/artifacts/master/file/_build/default/_doc/_html/index.html?job=doc:ml-api:odoc |
