Quellcode durchsuchen

Add .gitlab-ci.yml

master
Dimitri Merejkowsky vor 4 Jahren
Ursprung
Commit
717add6af6
1 geänderte Dateien mit 18 neuen und 0 gelöschten Zeilen
  1. +18
    -0
      .gitlab-ci.yml

+ 18
- 0
.gitlab-ci.yml Datei anzeigen

@@ -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