This website works better with JavaScript.
Home
Explore
Help
Sign In
E2L_Ivry
/
cours-python
Watch
5
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Add .gitlab-ci.yml
master
Dimitri Merejkowsky
4 years ago
parent
c60cdf06ad
commit
717add6af6
1 changed files
with
18 additions
and
0 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+18
-0
.gitlab-ci.yml
+ 18
- 0
.gitlab-ci.yml
View File
@@ -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