소스 검색

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