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
f0891712
Unverified
Commit
f0891712
authored
Dec 01, 2021
by
Miroslav Kratochvil
🚴
Committed by
GitHub
Dec 01, 2021
Browse files
Merge pull request #533 from LCSB-BioCore/lh-update-julia-ver
upgrade julia from 1.5 to 1.7
parents
5cb7a77d
de1afc4f
Pipeline
#50238
passed with stages
in 18 minutes and 34 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
f0891712
...
...
@@ -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
...
...
cylon-x
🤖
@cylon-x
mentioned in commit
30f1ca9a
·
Dec 01, 2021
mentioned in commit
30f1ca9a
mentioned in commit 30f1ca9a2eb17ec19188d06fb70f942d49e8d07e
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