Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Dynamic Exposure
Global Dynamic Exposure
exposure-lib
Commits
ee738334
Commit
ee738334
authored
Mar 25, 2021
by
Danijel Schorlemmer
Browse files
Added GitLab CI
parent
f8eee36a
Pipeline
#21214
passed with stage
in 47 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
0 → 100644
View file @
ee738334
image
:
python:3-buster
# Make pip cache the installed dependencies
variables
:
PIP_CACHE_DIR
:
"
$CI_PROJECT_DIR/.cache/pip"
cache
:
paths
:
-
.cache/pip
-
venv/
before_script
:
-
python3 -V
-
pip3 install virtualenv
-
virtualenv venv
-
source venv/bin/activate
-
pip3 install .
-
pip3 install .[tests]
linters
:
script
:
-
pip3 install .[linters]
-
make check
tests
:
script
:
-
pytest tests
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment