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
beat
beat.cmdline
Commits
1fc19145
Commit
1fc19145
authored
May 30, 2018
by
Theophile GENTILHOMME
Browse files
[conda][meta.yaml] Add entry points and correct beat entry point
parent
764983ad
Changes
1
Hide whitespace changes
Inline
Side-by-side
conda/meta.yaml
View file @
1fc19145
...
...
@@ -8,6 +8,17 @@ package:
build
:
entry_points
:
-
beat = beat.cmdline.scripts.beat:main
-
config = beat.cmdline.config:config
-
status = beat.cmdline.status:status
-
cache = beat.cmdline.cache:cache
-
databases = beat.cmdline.databases:databases
-
dataformats = beat.cmdline.dataformats:dataformats
-
libraries = beat.cmdline.libraries:libraries
-
algorithms = beat.cmdline.algorithms:algorithms
-
plotters = beat.cmdline.plotters:plotters
-
plotterparameters = beat.cmdline.plotterparameters:plotterparameters
-
toolchains = beat.cmdline.toolchains:toolchains
-
experiments = beat.cmdline.experiments:experiments
number
:
{{
environ.get('BOB_BUILD_NUMBER'
,
0)
}}
run_exports
:
-
{{
pin_subpackage(name)
}}
...
...
@@ -47,6 +58,18 @@ test:
commands
:
-
worker --help
-
beat --help
-
beat config --help
-
beat status --help
-
beat cache --help
-
beat databases --help
-
beat dataformats --help
-
beat libraries --help
-
beat algorithms --help
-
beat plotters --help
-
beat plotterparameters --help
-
beat toolchains --help
-
beat experiments --help
{
%
if environ.get('BEAT_DOCKER_TESTS'
,
False) %
}
-
nosetests --with-coverage --cover-package={{ name }} -sv {{ name }}
{
%
else %
}
...
...
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