Skip to content
Extraits de code Groupes Projets
Valider f2ff02f6 rédigé par François De Keersmaeker's avatar François De Keersmaeker
Parcourir les fichiers

CI += deploy Doxygen to pages

parent b1aeec96
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
Pipeline #54005 en échec
stages:
- test
variables:
GIT_SUBMODULE_STRATEGY: recursive
test-job:
stage: test
script:
- python3 -m venv .venv # Create Python virtual environment
- source .venv/bin/activate # Activate Python virtual environment
......@@ -15,3 +11,16 @@ test-job:
- python3 -m build # Build package
- pip3 install . # Install package
- python3 test/test.py # Run tests
pages:
script:
- sudo apt-get update -y
- sudo apt-get install -y doxygen graphviz
- doxygen Doxyfile
- touch docs/html/.nojekyll
- mv docs/html public
artifacts:
paths:
- public
only:
- main
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter