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
SDK
Doxyqml
Commits
cd94c34f
Commit
cd94c34f
authored
Feb 11, 2014
by
Aurélien Gâteau
Browse files
Document tarball testing
parent
0f151912
Changes
1
Show whitespace changes
Inline
Side-by-side
RELEASE_CHECK_LIST.md
View file @
cd94c34f
...
...
@@ -10,9 +10,22 @@ Create tarball:
python setup.py sdist --formats=bztar
Run unit tests
Install tarball in virtual env:
Run functional tests
virtualenv /tmp/doxyqml
. /tmp/doxyqml/bin/activate
cd /tmp/doxyqml
tar xf doxyqml-$version.tar.bz2
cd doxyqml-$version
python setup.py install
Run unit tests:
python tests/unit/tests.py
Run functional tests:
python tests/functional/tests.py
If ok, create "x.y.z" tag:
...
...
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