Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
converse.js
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
converse.js
Commits
ac58e26a
Commit
ac58e26a
authored
May 14, 2015
by
Michal Čihař
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add check that we have installed all templates
Signed-off-by:
Michal Čihař
<
michal@cihar.com
>
parent
eda973f7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
2 deletions
+7
-2
ci/run-setup
ci/run-setup
+7
-2
No files found.
ci/run-setup
View file @
ac58e26a
...
...
@@ -3,13 +3,18 @@
.
ci/lib
INSTALL_DIR
=
`
mktemp
-d
`
trap
"rm -rf
$INSTALL_DIR
"
EXIT
run_coverage ./setup.py build
check
INSTALL_DIR
=
`
mktemp
-d
`
run_coverage ./setup.py
install
--root
=
"
$INSTALL_DIR
"
check
rm
-rf
"
$INSTALL_DIR
"
run_coverage ./setup.py sdist
check
diff
-ruNp
weblate/html
$INSTALL_DIR
/usr/lib/python
*
/
*
-packages
/weblate/html
check
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