Tämä sivusto toimii paremmin JavaScriptillä.
Etusivu
Tutki
Apua
Kirjaudu sisään
E2L_Ivry
/
cours-python
Tarkkaile
5
Äänestä
0
Fork
0
Koodi
Ongelmat
0
Pull-pyynnöt
0
Julkaisut
0
Wiki
Toiminta
Selaa lähdekoodia
Add .gitlab-ci.yml
master
Dimitri Merejkowsky
4 vuotta sitten
vanhempi
c60cdf06ad
commit
717add6af6
1 muutettua tiedostoa
jossa
18 lisäystä
ja
0 poistoa
Jaettu näkymä
Diff Options
Show Stats
Download Patch File
Download Diff File
+18
-0
.gitlab-ci.yml
+ 18
- 0
.gitlab-ci.yml
Näytä tiedosto
@@ -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