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
cubicweb
cubicweb
Commits
6b9f6decfaf0
Commit
5905060a
authored
Apr 07, 2021
by
Laurent Peuch
Browse files
ci: test skeleton own tox in the CI
parent
d0d86ec595d7
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
6b9f6dec
...
...
@@ -150,6 +150,24 @@ py3_misc:
-
/reports/coverage-misc.xml
expire_in
:
2 weeks
test-cube-skeleton
:
rules
:
-
if
:
'
$TRIGGERED_FROM_OTHER_PROJECT'
when
:
never
-
when
:
always
stage
:
tests
before_script
:
-
pip install -e .
-
pip install tox
script
:
-
cubicweb-ctl newcube testcubeskeleton -s "test cube skeleton"
-
cd cubicweb-testcubeskeleton/
-
hg init
-
hg add .
-
hg commit -m "init"
-
tox
-
'
[
"$(hg
status
|
wc
-l)"
=
0
]'
py3-from-forge-server
:
rules
:
-
changes
:
...
...
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