Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
LCSB-BioCore
COBREXA.jl
Commits
452284ef
Commit
452284ef
authored
Nov 04, 2021
by
Miroslav Kratochvil
Browse files
shorten the env var with julia version
parent
b1c448bf
Pipeline
#49163
passed with stages
in 9 minutes and 51 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
452284ef
...
...
@@ -37,11 +37,11 @@ variables:
# Test environment & platform settings
#
.global_
env_
julia15
:
&global_
env_
julia15
.global_julia15
:
&global_julia15
variables
:
JULIA_VER
:
"
v1.5.3"
.global_
env_
julia16
:
&global_
env_
julia16
.global_julia16
:
&global_julia16
variables
:
JULIA_VER
:
"
v1.6.0"
...
...
@@ -97,13 +97,13 @@ docker:julia1.6:
linux:julia1.5:
stage
:
test
<<
:
*global_trigger_full_tests
<<
:
*global_
env_
julia15
<<
:
*global_julia15
<<
:
*global_env_linux
linux:julia1.6:
stage
:
test
<<
:
*global_trigger_full_tests
<<
:
*global_
env_
julia16
<<
:
*global_julia16
<<
:
*global_env_linux
#
...
...
@@ -113,37 +113,37 @@ linux:julia1.6:
windows8:julia1.5:
stage
:
test-compat
<<
:
*global_trigger_compat_tests
<<
:
*global_
env_
julia15
<<
:
*global_julia15
<<
:
*global_env_win8
windows8:julia1.6:
stage
:
test-compat
<<
:
*global_trigger_compat_tests
<<
:
*global_
env_
julia16
<<
:
*global_julia16
<<
:
*global_env_win8
windows10:julia1.5:
stage
:
test-compat
<<
:
*global_trigger_compat_tests
<<
:
*global_
env_
julia15
<<
:
*global_julia15
<<
:
*global_env_win10
windows10:julia1.6:
stage
:
test-compat
<<
:
*global_trigger_compat_tests
<<
:
*global_
env_
julia16
<<
:
*global_julia16
<<
:
*global_env_win10
mac:julia1.5:
stage
:
test-compat
<<
:
*global_trigger_compat_tests
<<
:
*global_
env_
julia15
<<
:
*global_julia15
<<
:
*global_env_mac
mac:julia1.6:
stage
:
test-compat
<<
:
*global_trigger_compat_tests
<<
:
*global_
env_
julia16
<<
:
*global_julia16
<<
:
*global_env_mac
#
...
...
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