Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
bob
bob.devtools
Commits
84223e61
Commit
84223e61
authored
Feb 25, 2019
by
André Anjos
💬
Browse files
[setup] Add two new commands and tests for rebuilding (check/build) a package
parent
5fb2b39b
Changes
2
Hide whitespace changes
Inline
Side-by-side
conda/meta.yaml
View file @
84223e61
...
...
@@ -59,6 +59,7 @@ test:
-
bdt dumpsphinx https://docs.python.org/3/objects.inv > /dev/null
-
bdt create --help
-
bdt build --help
-
bdt rebuild --help
-
bdt test --help
-
bdt caupdate --help
-
bdt new --help
...
...
@@ -87,6 +88,7 @@ test:
-
bdt ci pypi --help
-
bdt ci readme --help
-
bdt ci clean --help
-
bdt ci nightlies --help
-
sphinx-build -aEW ${PREFIX}/share/doc/{{ name }}/doc sphinx
-
if [ -n "${CI_PROJECT_DIR}" ]; then mv sphinx "${CI_PROJECT_DIR}/"; fi
...
...
setup.py
View file @
84223e61
...
...
@@ -50,6 +50,7 @@ setup(
'dumpsphinx = bob.devtools.scripts.dumpsphinx:dumpsphinx'
,
'create = bob.devtools.scripts.create:create'
,
'build = bob.devtools.scripts.build:build'
,
'rebuild = bob.devtools.scripts.rebuild:rebuild'
,
'test = bob.devtools.scripts.test:test'
,
'caupdate = bob.devtools.scripts.caupdate:caupdate'
,
'ci = bob.devtools.scripts.ci:ci'
,
...
...
@@ -76,6 +77,7 @@ setup(
'deploy = bob.devtools.scripts.ci:deploy'
,
'readme = bob.devtools.scripts.ci:readme'
,
'pypi = bob.devtools.scripts.ci:pypi'
,
'nightlies = bob.devtools.scripts.ci:nightlies'
,
],
},
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment