Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
workflow
representationtest
Commits
17bd0648
Commit
17bd0648
authored
Nov 27, 2019
by
payno
Browse files
update xas -> est
parent
41bc4ff7
Pipeline
#17666
failed with stage
in 4 minutes and 27 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
17bd0648
...
...
@@ -31,7 +31,7 @@ test:python3.5-strectch:
<<
:
*test_linux_template
.build_template
:
&test_linux_
xas
_template
.build_template
:
&test_linux_
est
_template
stage
:
test
before_script
:
-
arch
...
...
@@ -41,8 +41,9 @@ test:python3.5-strectch:
-
python --version
-
python -m pip install pip --upgrade
-
python -m pip install setuptools --upgrade
-
python -m pip install numpy
-
source ./ci/install_scripts.sh
-
install_
xas
xas_workflow_instanciation_add_on
-
install_
est
xas_workflow_instanciation_add_on
-
git submodule init
-
git submodule update
...
...
@@ -53,6 +54,6 @@ test:python3.5-strectch:
-
ls representationtest/representation
-
python -m unittest -v representationtest.test.suite
test:python3.7-buster-
xas
-pymca:
test:python3.7-buster-
est
-pymca:
image
:
docker-registry.esrf.fr/dau/x11:python3.7_buster
<<
:
*test_linux_
xas
_template
<<
:
*test_linux_
est
_template
ci/install_scripts.sh
View file @
17bd0648
function
install_
xas
(){
function
install_
est
(){
unset
http_proxy
unset
https_proxy
git clone https://gitlab.esrf.fr/workflow/
xas
.git
--single-branch
--branch
$1
cd
xas
pip
install
-r
requirements.txt
git clone https://gitlab.esrf.fr/workflow/
est
.git
--single-branch
--branch
$1
cd
est
pip
install
-r
requirements
-dev
.txt
pip
install
pymca
pip
install
.
export
http_proxy
=
http://proxy.esrf.fr:3128/
...
...
representation
@
1ba331cc
Compare
b4c9f16e
...
1ba331cc
Subproject commit
b4c9f16e23c37fb47c326a2c2177ebf7e558b8b9
Subproject commit
1ba331cc1bc85839813fb8d2c63400ab09f1bded
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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