aboutsummaryrefslogtreecommitdiffstats
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorLéo Gourdin <leo.gourdin@univ-grenoble-alpes.fr>2021-12-06 23:22:34 +0100
committerLéo Gourdin <leo.gourdin@univ-grenoble-alpes.fr>2021-12-06 23:22:34 +0100
commit7ebac668dfbe050688590bfbc1aaa910ebd4f652 (patch)
treed5a4c3bd28b318d27c951e10dacad976816b5424 /.gitlab-ci.yml
parentedc7505f0b1b617cda01648316ea02b58d268411 (diff)
downloadcompcert-kvx-7ebac668dfbe050688590bfbc1aaa910ebd4f652.tar.gz
compcert-kvx-7ebac668dfbe050688590bfbc1aaa910ebd4f652.zip
improve doc CI
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml13
1 files changed, 9 insertions, 4 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 2f0d598d..728bd3c3 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -311,14 +311,19 @@ pages: # TODO: change to "deploy" when "build" succeeds (or integrate with "buil
- opam repo add coq-released https://coq.inria.fr/opam/released
- opam install coq-coq2html
script:
+ - mkdir public
- source /opt/kalray/accesscore/kalray.sh && ./config_kvx.sh
- source /opt/kalray/accesscore/kalray.sh && make -j "$NJOBS"
- make -j "$NJOBS" clightgen
- source /opt/kalray/accesscore/kalray.sh && make documentation
- - mkdir public
- - cp -r doc/* public/
- - tools/fix_html_date.sh doc/index-verimag.html " (" ")" > public/index.html
- - rm public/index-verimag.html
+ - cp -rf doc/* public/
+ - make distclean
+ - ./config_aarch64.sh
+ - make -j "$NJOBS"
+ - make -j "$NJOBS" clightgen
+ - make documentation
+ - cp -rf doc/* public/
+ - mv doc/index-verimag.html public/index.html
artifacts:
paths:
- public