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
dabb3244
Commit
dabb3244
authored
Jan 11, 2019
by
Samuel GAIST
Browse files
[gitlab-ci] Remove browser-tests
parent
ae84b32e
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
dabb3244
include
:
'
https://gitlab.idiap.ch/bob/bob.devtools/raw/master/bob/devtools/data/gitlab-ci/single-package.yaml'
# Redefines the pipeline order for this package only
stages
:
-
build
-
browser-tests
-
deploy
-
pypi
# Docker host based testing (must be run inside dind or docker-enabled host)
browser_test
:
extends
:
.test_linux_template
stage
:
browser-tests
image
:
docker.idiap.ch/beat/ci.env.editor:0.0.1r0
variables
:
BEAT_BROWSER_TESTS
:
"
true"
LANG
:
"
en_US.UTF-8"
LANGUAGE
:
"
en_US:en"
LC_ALL
:
"
en_US.UTF-8"
dependencies
:
-
build_linux_36
before_script
:
-
curl --silent "${BOOTSTRAP}" --output "bootstrap.py"
-
python3 bootstrap.py -vv channel base
-
source ${CONDA_ROOT}/etc/profile.d/conda.sh
-
conda activate base
-
apt-get update > /dev/null
-
apt-get install -y locales > /dev/null
-
echo "en_US UTF-8" > /etc/locale.gen
-
locale-gen en_US.UTF-8
-
rm -rf ${CI_PROJECT_DIR}/sphinx
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