Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
itminedu
devflow
Commits
8a36299c
Commit
8a36299c
authored
Jan 22, 2013
by
Christos Stavrakakis
Browse files
Add ci module
parent
7383c8c8
Changes
4
Hide whitespace changes
Inline
Side-by-side
ci/autopkg_debian.sh
0 → 100755
View file @
8a36299c
#!/usr/bin/env sh
TEMP
=
$(
mktemp
-d
/tmp/autopkg_debian_XXXXX
)
if
[
-z
$(
git branch
-a
|
grep
" debian-develop"
)
]
;
then
git branch debian-develop origin/debian-develop
fi
devflow-autopkg
-b
$TEMP
snapshot
ci/pep8.sh
0 → 100755
View file @
8a36299c
#!/usr/bin/env sh
pep8 devflow ci
ci/pylint.sh
0 → 100755
View file @
8a36299c
#!/usr/bin/env sh
pylint pep8 ci
ci/tests.sh
0 → 100755
View file @
8a36299c
#!/usr/bin/env sh
nosetests devflow
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