Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
beat.editor
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
31
Issues
31
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
beat
beat.editor
Commits
220cf825
Commit
220cf825
authored
Feb 19, 2019
by
André Anjos
💬
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[conda] Improve testing phase clarity
parent
ba917224
Pipeline
#27271
failed with stages
in 61 minutes and 14 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
conda/meta.yaml
conda/meta.yaml
+3
-1
No files found.
conda/meta.yaml
View file @
220cf825
...
...
@@ -62,7 +62,9 @@ test:
-
beat editor --help
-
beat editor serve --help
-
nosetests --with-coverage --cover-package={{ name }} -sv {{ name }}
-
if [ -n "${BEAT_BROWSER_TESTS}" ]; then cd {{ environ.get('RECIPE_DIR') }}/js; npm install; CHROMIUM_BIN=chromium-browser npm test; cd -; fi
-
export CHROMIUM_BIN=chromium-browser
-
if [ -n "${BEAT_BROWSER_TESTS}" ]; then pushd {{ environ.get('RECIPE_DIR') }}/js; npm install; npm test; popd; 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
-
sphinx-build -aEb doctest ${PREFIX}/share/doc/{{ name }}/doc sphinx
...
...
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