X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/df263945b2cb2ef57b3f023074852aa5c94ef22b..e5d959e9e877dfa5b6caa5fd4764e15f0f075ac0:/.gitlab-ci.yml diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 353f26eb40..89000b0400 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -44,6 +44,15 @@ ctest-modelchecking: expire_in: 1 week when: always +ctest-distcheck: + stage: build + only: + - merge_requests + script: + - apt-get --allow-releaseinfo-change update + - apt install -y binutils + - cmake . + - make distcheck-configure release: stage: build @@ -77,12 +86,13 @@ pip: pages: stage: deploy script: - - pip3 install --requirement docs/requirements.txt + - apt install -y python3-breathe python3-sphinx python3-sphinx-rtd-theme python3-sphinx-copybutton python3-sphinx-tabs + # - pip3 install --requirement docs/requirements.txt # Forbidden in Debian:12 - 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 -#not installed - linkchecker --ignore-url='.*\.css$' ../public +# not installed - linkchecker --ignore-url='.*\.css$' ../public # From time to time, we should check external links with the # following, but it has a lot of false positive # - linkchecker --ignore-url='.*\.css$' --check-extern ../public