X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/c3f37e234197c8e3d0b8e06221689f44251d5f50..92cbaa683aa7824d7ad1b7f1702dec27e1c6eefb:/.gitlab-ci.yml diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 57f9c0603d..64e8e26d9b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -8,6 +8,7 @@ pages: - cd docs - LC_ALL=C.UTF-8 ./Build.sh - mv build/html ../public + - linkchecker --check-extern --ignore-url='.*\.css$' ../public artifacts: paths: - public @@ -21,7 +22,7 @@ ctest: release: only: - - releases + - 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