File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -8,7 +8,6 @@ variables:
88
99.global_settings : &global_settings
1010 tags :
11- - artenolis
1211 - slave01
1312
1413.global_testing : &global_testing
@@ -19,27 +18,17 @@ variables:
1918 script :
2019 - Invoke-Expression $Env:ARTENOLIS_SOFT_PATH"\julia\"$Env:JULIA_VER"\bin\julia --color=yes --project=@. -e 'import Pkg; Pkg.test(; coverage = true)'"
2120
22- linux julia v1.5 :
21+ linux julia v1.6 :
2322 stage : build
2423 variables :
25- JULIA_VER : " v1.5.3 "
24+ JULIA_VER : " v1.6.0 "
2625 << : *global_settings
2726 << : *global_testing
2827
2928windows10 :
3029 stage : build
3130 tags :
32- - artenolis
3331 - windows10
3432 variables :
35- JULIA_VER : " v1.5.3 "
33+ JULIA_VER : " v1.6.0 "
3634 << : *global_testing_win
37-
38- windows8 :
39- stage : build
40- tags :
41- - artenolis
42- - windows8
43- variables :
44- JULIA_VER : " v1.5.3"
45- << : *global_testing_win
You can’t perform that action at this time.
0 commit comments