Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
LCSB-BioCore
COBREXA.jl
Commits
de1afc4f
Verified
Commit
de1afc4f
authored
Dec 01, 2021
by
Laurent Heirendt
✈
Browse files
upgrade julia from 1.5 to 1.7
parent
5cb7a77d
Pipeline
#50234
passed with stages
in 8 minutes and 50 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
de1afc4f
...
...
@@ -44,9 +44,9 @@ variables:
# Test environment & platform settings
#
.global_julia1
5
:
&global_julia1
5
.global_julia1
7
:
&global_julia1
7
variables
:
JULIA_VER
:
"
v1.
5.3
"
JULIA_VER
:
"
v1.
7.0
"
.global_julia16
:
&global_julia16
variables
:
...
...
@@ -85,7 +85,7 @@ variables:
# any available docker and current julia
#
docker:julia1.
6
:
docker:julia1.
7
:
stage
:
test
image
:
$CI_REGISTRY/r3/docker/julia-custom
script
:
...
...
@@ -99,12 +99,12 @@ docker:julia1.6:
# built & deployed
#
linux:julia1.
5
:
linux:julia1.
7
:
stage
:
test
tags
:
-
slave01
<<
:
*global_trigger_full_tests
<<
:
*global_julia1
5
<<
:
*global_julia1
7
<<
:
*global_env_linux
linux:julia1.6:
...
...
@@ -119,22 +119,22 @@ linux:julia1.6:
# Additional platform&environment compatibility tests
#
windows8:julia1.
5
:
windows8:julia1.
7
:
stage
:
test-compat
<<
:
*global_trigger_compat_tests
<<
:
*global_julia1
5
<<
:
*global_julia1
7
<<
:
*global_env_win8
windows10:julia1.
5
:
windows10:julia1.
7
:
stage
:
test-compat
<<
:
*global_trigger_compat_tests
<<
:
*global_julia1
5
<<
:
*global_julia1
7
<<
:
*global_env_win10
mac:julia1.
5
:
mac:julia1.
7
:
stage
:
test-compat
<<
:
*global_trigger_compat_tests
<<
:
*global_julia1
5
<<
:
*global_julia1
7
<<
:
*global_env_mac
windows8:julia1.6:
...
...
@@ -238,12 +238,12 @@ documentation-assets:gource:
-
julia --project=@. -e 'import Pkg; Pkg.instantiate();'
-
julia --project=@. --color=yes test/doctests.jl
doc-tests-pr:julia1.
6
:
doc-tests-pr:julia1.
7
:
stage
:
documentation
<<
:
*global_doctests
<<
:
*global_trigger_pull_request
doc-tests:julia1.
6
:
doc-tests:julia1.
7
:
stage
:
test
<<
:
*global_doctests
<<
:
*global_trigger_full_tests
...
...
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