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

Added GitLab CI config

parent 3c582c88
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
Pipeline #56934 réussi
test-job:
script:
- python3 -m venv .venv # Create Python virtual environment
- source .venv/bin/activate # Activate Python virtual environment
- pip3 install -r requirements.txt # Install Python dependencies
- pip3 install pytest # Install pytest
- pytest test/ # Run tests
- pip3 install build # Install build package
- python3 -m build # Build package
- pip3 install . # Install package
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