aboutsummaryrefslogtreecommitdiffstats
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml9
1 files changed, 4 insertions, 5 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 9534282d..c8ccedb8 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -302,7 +302,7 @@ pages: # TODO: change to "deploy" when "build" succeeds (or integrate with "buil
- sudo apt-get -o Acquire::Check-Valid-Until=false -o Acquire::Check-Date=false update
- sudo apt-get -y install sshpass openssh-client libzip4 lttng-tools liblttng-ctl-dev liblttng-ust-dev babeltrace
- ./.download_from_Kalray.sh
- - rm -f download/*dkms*.deb download/*eclipse*.deb download/*llvm*.deb download/*board-mgmt* download/*oce-host* download/*pocl* download/*flash-util* download/*barebox*
+ - (cd download ; rm -f *dkms*.deb *eclipse*.deb *llvm*.deb *board-mgmt* *oce-host* *pocl* *flash-util* *barebox* *-kann-* *-kaf-* *-stb-* *-opencv* *-eigen* *-task* *-blis* *-lz4*)
- sudo dpkg -i download/*.deb
- rm -rf download
- eval `opam config env`
@@ -311,14 +311,13 @@ 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-kvx.html " (" ")" > public/index.html
- - rm public/index-kvx.html
+ - cp -rf doc/* public/
+ - mv doc/index-verimag.html public/index.html
artifacts:
paths:
- public