Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
linkcheck doc: we won't fix javasphinx ourselves
[simgrid.git] / .gitlab-ci.yml
index 57f9c0603dc038c585e4455c9d407cb2392f9f7d..7fbbe3ba7eca5232782be5d7c443010974b24919 100644 (file)
@@ -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
@@ -21,7 +25,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