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
780b4f40
Commit
780b4f40
authored
Jan 18, 2019
by
André Anjos
💬
Browse files
[setup] Properly declare and test "ci build" subcommand
parent
e4a1a8e3
Changes
2
Hide whitespace changes
Inline
Side-by-side
conda/meta.yaml
View file @
780b4f40
...
...
@@ -65,6 +65,7 @@ test:
-
bdt getpath --help
-
bdt caupdate --help
-
bdt ci --help
-
bdt ci build --help
-
bdt ci deploy --help
-
bdt ci pypi --help
-
sphinx-build -aEW ${PREFIX}/share/doc/{{ name }}/doc {{ project_dir }}/sphinx
...
...
setup.py
View file @
780b4f40
...
...
@@ -55,6 +55,7 @@ setup(
],
'bdt.ci.cli'
:
[
'build = bob.devtools.scripts.ci:build'
,
'deploy = bob.devtools.scripts.ci:deploy'
,
'pypi = bob.devtools.scripts.ci:pypi'
,
],
...
...
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