Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
tomotools
Nabu
Commits
6376b4cd
Commit
6376b4cd
authored
May 13, 2020
by
Pierre Paleo
Browse files
Update CI file
parent
21278a92
Pipeline
#25811
passed with stages
in 2 minutes and 56 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
6376b4cd
...
...
@@ -12,7 +12,7 @@ variables:
USE_CLEAN_VENV
:
"
false"
linux_base
:
.
linux_base
:
stage
:
test
before_script
:
-
unset HTTP_PROXY
...
...
@@ -34,7 +34,7 @@ linux_base:
linux_shell
:
extends
:
linux_base
extends
:
.
linux_base
variables
:
LOCAL_REPO
:
$LOCAL_REPO_SHELL
VENV_DIR
:
${VENV_DIR_SHELL}
...
...
@@ -43,7 +43,7 @@ linux_shell:
linux_docker
:
extends
:
linux_base
extends
:
.
linux_base
image
:
docker-registry.esrf.fr/dau/tomwer:python3.5_stretch_pyqt5
variables
:
LOCAL_REPO
:
$LOCAL_REPO_DOCKER
...
...
@@ -53,7 +53,7 @@ linux_docker:
pages_base
:
.
pages_base
:
stage
:
deploy
before_script
:
-
source $VENV_DIR/bin/activate
...
...
@@ -71,7 +71,7 @@ pages_base:
pages_shell
:
extends
:
pages_base
extends
:
.
pages_base
variables
:
LOCAL_REPO
:
$LOCAL_REPO_SHELL
VENV_DIR
:
$VENV_DIR_SHELL
...
...
@@ -80,7 +80,7 @@ pages_shell:
pages_docker
:
extends
:
pages_base
extends
:
.
pages_base
image
:
docker-registry.esrf.fr/dau/tomwer:python3.5_stretch_pyqt5
variables
:
LOCAL_REPO
:
$LOCAL_REPO_DOCKER
...
...
@@ -89,3 +89,8 @@ pages_docker:
-
docker
before_script
:
-
apt install --yes pandoc
-
mkdir -p $VENV_DIR
-
python -m venv $VENV_DIR
-
source $VENV_DIR/bin/activate
-
pip install --upgrade pip
-
pip install sphinx cloud_sptheme nbsphinx recommonmark numpy
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