Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
COBREXA.jl
Manage
Activity
Members
Plan
External wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
LCSB-BioCore
COBREXA.jl
Commits
a66186ee
Verified
Commit
a66186ee
authored
3 years ago
by
Laurent Heirendt
Browse files
Options
Downloads
Patches
Plain Diff
add native linux and windows nodes
parent
c65747f2
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+45
-2
45 additions, 2 deletions
.gitlab-ci.yml
with
45 additions
and
2 deletions
.gitlab-ci.yml
+
45
−
2
View file @
a66186ee
...
...
@@ -5,7 +5,51 @@ stages:
-
check
-
deploy-doc
test
:
variables
:
GIT_STRATEGY
:
clone
.global_settings
:
&global_settings
tags
:
-
artenolis
-
slave01
rules
:
-
if
:
$CI_PIPELINE_SOURCE == "external_pull_request_event"
-
if
:
$CI_COMMIT_BRANCH == "master"
.global_testing
:
&global_testing_linux
script
:
-
$ARTENOLIS_SOFT_PATH/julia/$JULIA_VER/bin/julia --color=yes --project=@. -e 'import Pkg; Pkg.test(; coverage =
true
)'
.global_testing_win
:
&global_testing_win
script
:
-
Invoke-Expression $Env:ARTENOLIS_SOFT_PATH"\julia\"$Env:JULIA_VER"\bin\julia --color=yes --project=@. -e 'import Pkg; Pkg.test(; coverage =
true
)'"
linux julia v1.5
:
stage
:
test
variables
:
JULIA_VER
:
"
v1.5.3"
<<
:
*global_settings
<<
:
*global_testing_linux
windows10
:
stage
:
test
tags
:
-
artenolis
-
windows10
variables
:
JULIA_VER
:
"
v1.5.3"
<<
:
*global_testing_win
windows8
:
stage
:
test
tags
:
-
artenolis
-
windows8
variables
:
JULIA_VER
:
"
v1.5.3"
<<
:
*global_testing_win
docker
:
stage
:
test
rules
:
-
if
:
$CI_PIPELINE_SOURCE == "external_pull_request_event"
...
...
@@ -43,4 +87,3 @@ pages:
-
public
rules
:
-
if
:
$CI_COMMIT_BRANCH == "master"
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment