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
1facc7a4
Commit
1facc7a4
authored
Feb 23, 2019
by
André Anjos
💬
Browse files
[conda] Use relative path to change to conda/js dir during test
parent
f45ee9fd
Pipeline
#27434
failed with stages
in 32 minutes and 58 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
conda/meta.yaml
View file @
1facc7a4
...
...
@@ -63,7 +63,7 @@ test:
-
beat editor serve --help
-
nosetests --with-coverage --cover-package={{ name }} -sv {{ name }}
-
export CHROMIUM_BIN=chromium-browser
-
if [ -n "${BEAT_BROWSER_TESTS}" ]; then
pushd {{ environ.get('RECIPE_DIR') }}/
js; npm install; npm test;
popd
; fi
-
if [ -n "${BEAT_BROWSER_TESTS}" ]; then
cd
js; npm install; npm test;
cd -
; fi
-
unset CHROMIUM_BIN
-
sphinx-build -aEW ${PREFIX}/share/doc/{{ name }}/doc sphinx
-
if [ -n "${CI_PROJECT_DIR}" ]; then mv sphinx "${CI_PROJECT_DIR}/"; fi
...
...
Write
Preview
Supports
Markdown
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