ソースを参照

Add .gitlab-ci.yml

master
Dimitri Merejkowsky 4年前
コミット
717add6af6
1個のファイルの変更18行の追加0行の削除
  1. +18
    -0
      .gitlab-ci.yml

+ 18
- 0
.gitlab-ci.yml ファイルの表示

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