Skip to content

Commit

Permalink
ci: Use cache to accelerate CI
Browse files Browse the repository at this point in the history
  • Loading branch information
pawamoy committed Feb 20, 2019
1 parent bbccefa commit c306955
Show file tree
Hide file tree
Showing 3 changed files with 831 additions and 1 deletion.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
.idea/
__pycache__/
*.py[cod]
poetry.lock
dist/
*.egg-info/
build/
Expand Down
8 changes: 8 additions & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
variables:
PIP_CACHE_DIR: "$CI_PROJECT_DIR/.cache/pip"

cache:
paths:
- .cache/pip
- .cache/pypoetry

stages:
- quality
- tests
Expand Down
Loading

0 comments on commit c306955

Please sign in to comment.