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
open-source
logilab-mtconverter
Commits
14a793e96b18
Commit
60151ceb
authored
Jun 23, 2020
by
Laurent Peuch
Browse files
test: only launch from-forge when triggered from another project
parent
66dced8a258f
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
14a793e9
...
@@ -8,6 +8,9 @@ before_script:
...
@@ -8,6 +8,9 @@ before_script:
-
pip install tox
-
pip install tox
py3
:
py3
:
except
:
variables
:
-
$TRIGGERED_FROM_OTHER_PROJECT
before_script
:
before_script
:
-
apt-get update
-
apt-get update
-
apt-get install texlive-latex-recommended -y
-
apt-get install texlive-latex-recommended -y
...
@@ -24,18 +27,30 @@ py3-from-forge:
...
@@ -24,18 +27,30 @@ py3-from-forge:
script
:
tox -e py3-from-forge
script
:
tox -e py3-from-forge
check-manifest
:
check-manifest
:
except
:
variables
:
-
$TRIGGERED_FROM_OTHER_PROJECT
stage
:
tests
stage
:
tests
script
:
tox -e check-manifest
script
:
tox -e check-manifest
black
:
black
:
except
:
variables
:
-
$TRIGGERED_FROM_OTHER_PROJECT
stage
:
tests
stage
:
tests
script
:
tox -e black
script
:
tox -e black
flake8
:
flake8
:
except
:
variables
:
-
$TRIGGERED_FROM_OTHER_PROJECT
stage
:
tests
stage
:
tests
script
:
tox -e flake8
script
:
tox -e flake8
mypy
:
mypy
:
except
:
variables
:
-
$TRIGGERED_FROM_OTHER_PROJECT
stage
:
tests
stage
:
tests
script
:
tox -e mypy
script
:
tox -e mypy
...
...
Write
Preview
Supports
Markdown
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