Il sito funziona meglio con JavaScript.
Home
Esplora
Aiuto
Accedi
E2L_Ivry
/
cours-python
Segui
5
Vota
0
Forka
0
Codice
Problemi
0
Pull Requests
0
Rilasci
0
Wiki
Attività
Sfoglia il codice sorgente
Add .gitlab-ci.yml
master
Dimitri Merejkowsky
4 anni fa
parent
c60cdf06ad
commit
717add6af6
1 ha cambiato i file
con
18 aggiunte
e
0 eliminazioni
Visualizzazione separata
Opzioni Diff
Mostra statistiche
Scarica il file Patch
Scarica il file Diff
+18
-0
.gitlab-ci.yml
+ 18
- 0
.gitlab-ci.yml
Vedi File
@@ -0,0 +1,18 @@
image: python:latest
before_script:
- pip install poetry
pages:
script:
- cd cours
- poetry install
- poetry run python build.py
artifacts:
paths:
- cours/python/
only:
- master