X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/90cc8272f9e48fff4e168f647bbaa0dc73230b1f..ab24ac3cd192e30fcd0a5c0e608f2e8e554c7704:/.gitlab-ci.yml diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 720db9bb10..7fbbe3ba7e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -8,6 +8,10 @@ pages: - cd docs - LC_ALL=C.UTF-8 ./Build.sh - mv build/html ../public + # The CSS contains a reference to a font or something, not something we gonna fix on our side + # The javasphinx output does not exist in the git, so the "open on GitLab" link is broken. + # I'd like to report this as a bug, but javasphinx seems abandoned upstream. + - linkchecker --check-extern --ignore-url='.*\.css$' --ignore-url=/public/java/org ../public artifacts: paths: - public @@ -20,8 +24,8 @@ ctest: - make VERBOSE=1 all tests && ctest --output-on-failure release: - #only: - #- schedules + only: + - stable script: - apt update && apt install -y binutils-x86-64-linux-gnu wget unzip zip # Build the linux version of the jarfile without the boost dependency