FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
DistributedData.jl/.gitlab-ci.yml at master · LCSB-BioCore/DistributedData.jl · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
LCSB-BioCore
/
DistributedData.jl
Public
Notifications
You must be signed in to change notification settings
Fork
0
Star
16
Code
Issues
0
Pull requests
0
Actions
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Security and quality
Insights
Expand file tree
Breadcrumbs
DistributedData.jl
/
.gitlab-ci.yml
Copy path
More file actions
More file actions
Latest commit
History
History
History
34 lines (27 loc) · 759 Bytes
Breadcrumbs
DistributedData.jl
/
.gitlab-ci.yml
Copy path
File metadata and controls
34 lines (27 loc) · 759 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
image
:
$CI_REGISTRY/r3/docker/julia-custom
stages
:
-
build
variables
:
GIT_STRATEGY
:
clone
.global_settings
:
&global_settings
tags
:
-
slave01
.global_testing
:
&global_testing
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.6
:
stage
:
build
variables
:
JULIA_VER
:
"
v1.6.0
"
<<
:
*global_settings
<<
:
*global_testing
windows10
:
stage
:
build
tags
:
-
windows10
variables
:
JULIA_VER
:
"
v1.6.0
"
<<
:
*global_testing_win
Back
|
FazBrowse Home
|
New Git URL