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
geomultisens
gms_preprocessing
Commits
62fea2a1
Commit
62fea2a1
authored
Nov 20, 2017
by
Daniel Scheffler
Browse files
Re-disabled caching during sicor 'make install'.
parent
a4858f40
Pipeline
#1582
passed with stages
in 10 minutes and 31 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
tests/CI_docker/context/gms_preprocessing_ci.docker
View file @
62fea2a1
...
...
@@ -11,4 +11,8 @@ RUN /bin/bash -i -c "\
COPY
sicor /tmp/sicor
RUN
bash
-i
-c
"source /root/miniconda3/bin/activate;
\
cd /tmp/sicor/; make install; "
cd /tmp/sicor/ ;
\
make clean ;
\
make requirements ;
\
make download-tables ;
\
pip install . --no-cache-dir"
Daniel Scheffler
@danschef
mentioned in commit
93cfdf0d
·
Feb 06, 2018
mentioned in commit
93cfdf0d
mentioned in commit 93cfdf0d641fb5d6fc015255f0af445d24e8405d
Toggle commit list
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