이 웹사이트는 자바스크립트 활성화가 필요합니다.
홈
탐색
도움말
로그인
E2L_Ivry
/
cours-python
보기
5
좋아요
0
포크
0
코드
이슈
0
풀 리퀘스트
0
릴리즈
0
위키
활동
소스 검색
Add .gitlab-ci.yml
master
Dimitri Merejkowsky
4 년 전
부모
c60cdf06ad
커밋
717add6af6
1개의 변경된 파일
과
18개의 추가작업
그리고
0개의 파일을 삭제
분할 보기
Diff Options
Show Stats
Download Patch File
Download Diff File
+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