Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
synapse
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Monitor
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Maunium
synapse
Commits
233af7c7
Commit
233af7c7
authored
9 years ago
by
Daniel Wagner-Hall
Browse files
Options
Downloads
Patches
Plain Diff
Pull out jenkins script into a checked in script
parent
6fed9fd6
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
MANIFEST.in
+2
-0
2 additions, 0 deletions
MANIFEST.in
jenkins.sh
+4
-0
4 additions, 0 deletions
jenkins.sh
tox.ini
+3
-1
3 additions, 1 deletion
tox.ini
with
9 additions
and
1 deletion
MANIFEST.in
+
2
−
0
View file @
233af7c7
...
...
@@ -20,4 +20,6 @@ recursive-include synapse/static *.gif
recursive-include synapse/static *.html
recursive-include synapse/static *.js
exclude jenkins.sh
prune demo/etc
This diff is collapsed.
Click to expand it.
jenkins.sh
0 → 100755
+
4
−
0
View file @
233af7c7
#!/bin/bash -eu
export
PYTHONDONTWRITEBYTECODE
=
yep
TOXSUFFIX
=
"--reporter=subunit | subunit-1to2 | subunit2junitxml --no-passthrough --output-to=results.xml"
tox
This diff is collapsed.
Click to expand it.
tox.ini
+
3
−
1
View file @
233af7c7
...
...
@@ -6,10 +6,12 @@ deps =
coverage
Twisted>=15.1
mock
python-subunit
junitxml
setenv
=
PYTHONDONTWRITEBYTECODE
=
no_byte_code
commands
=
coverage
run
--source
=
synapse {envbindir}/trial {posargs:tests}
/bin/bash
-c
"
coverage
run
--source
=
synapse {envbindir}/trial {posargs:tests}
{env:TOXSUFFIX:}"
coverage
report
-m
[testenv:packaging]
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment