Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
beat
beat.editor
Commits
a4bf53c3
Commit
a4bf53c3
authored
Oct 19, 2018
by
Jaden DIEFENBAUGH
Committed by
Flavio TARSETTI
Nov 27, 2018
Browse files
try to get CI to run tests
parent
f0cd6183
Changes
1
Hide whitespace changes
Inline
Side-by-side
conda/meta.yaml
View file @
a4bf53c3
...
...
@@ -56,16 +56,16 @@ test:
-
beat editor --help
-
beat editor serve --help
-
nosetests --with-coverage --cover-package={{ name }} -sv {{ name }}
-
sphinx-build -aEW {{ project_dir }}/doc {{ project_dir }}/sphinx
-
sphinx-build -aEb doctest {{ project_dir }}/doc sphinx
-
conda inspect linkages -p $PREFIX {{ name }}
# [not win]
-
conda inspect objects -p $PREFIX {{ name }}
# [osx]
{
%
if environ.get('BEAT_BROWSER_TESTS'
,
False) %
}
-
cd {{ project_dir }}/conda/js
-
npm install
-
npm test
-
cd -
{
%
endif %
}
-
sphinx-build -aEW {{ project_dir }}/doc {{ project_dir }}/sphinx
-
sphinx-build -aEb doctest {{ project_dir }}/doc sphinx
-
conda inspect linkages -p $PREFIX {{ name }}
# [not win]
-
conda inspect objects -p $PREFIX {{ name }}
# [osx]
about
:
home
:
https://www.idiap.ch/software/beat/
...
...
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