Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Validata
Validata Core
Commits
fd7d4bbe
Commit
fd7d4bbe
authored
Oct 11, 2021
by
Pierre Dittgen
Browse files
Install rustc and cargo to compile opening-hours extension
parent
2f38f57d
Pipeline
#3154
passed with stage
in 5 minutes and 24 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
fd7d4bbe
...
...
@@ -9,6 +9,7 @@ Run tests:
stage
:
test
image
:
python:3.9-bullseye
before_script
:
-
apt update -y && apt install -y rustc
# for "opening-hours" extension
-
pip install pytest
-
pip install -r requirements.txt
-
pip install --editable .
...
...
@@ -21,6 +22,7 @@ Publish on PyPI:
only
:
-
tags
before_script
:
-
apt update -y && apt install -y rustc cargo
# for "opening-hours" extension
-
pip install twine
-
python setup.py sdist bdist_wheel
variables
:
...
...
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