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
33536f87
Commit
33536f87
authored
Oct 22, 2018
by
Jaden DIEFENBAUGH
Committed by
Flavio TARSETTI
Nov 27, 2018
Browse files
try to get CI to run tests
parent
c7c4944c
Changes
2
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
33536f87
...
...
@@ -102,7 +102,7 @@ build_macosx_36:
-
mv conda-bld ${CONDA_ROOT}
script
:
-
export BEAT_BROWSER_TESTS=true
-
BOB_TEST_ONLY=true ./_ci/build.sh
-
BEAT_BROWSER_TESTS=true
BOB_TEST_ONLY=true ./_ci/build.sh
after_script
:
-
./_ci/after_build.sh
...
...
conda/meta.yaml
View file @
33536f87
...
...
@@ -56,7 +56,7 @@ test:
-
beat editor --help
-
beat editor serve --help
-
nosetests --with-coverage --cover-package={{ name }} -sv {{ name }}
{
%
if environ.get('BEAT_BROWSER_TESTS'
,
Tru
e) %
}
{
%
if environ.get('BEAT_BROWSER_TESTS'
,
Fals
e) %
}
-
cd {{ project_dir }}/conda/js
-
npm install
-
npm test
...
...
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