This repository was archived by the owner on May 27, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -4,10 +4,9 @@ variables:
44
55include :
66 - ' https://raw.githubusercontent.com/JuliaGPU/gitlab-ci/master/templates/v4/common.yml'
7- - ' https://raw.githubusercontent.com/JuliaGPU/gitlab-ci/master/templates/v4/test_v1.3.yml'
87 - ' https://raw.githubusercontent.com/JuliaGPU/gitlab-ci/master/templates/v4/test_dev.yml'
9- - ' https://raw.githubusercontent.com/JuliaGPU/gitlab-ci/master/templates/v4/coverage_v1.3 .yml'
10- - ' https://raw.githubusercontent.com/JuliaGPU/gitlab-ci/master/templates/v4/documentation_v1.3 .yml'
8+ - ' https://raw.githubusercontent.com/JuliaGPU/gitlab-ci/master/templates/v4/coverage_dev .yml'
9+ - ' https://raw.githubusercontent.com/JuliaGPU/gitlab-ci/master/templates/v4/documentation_dev .yml'
1110
1211test:dev :
1312 allow_failure : true
2928
3029cuarrays :
3130 stage : test
32- image : " juliagpu/julia:v1.3 -cuda"
31+ image : " juliagpu/julia:dev -cuda"
3332 script :
3433 - mkdir $JULIA_DEPOT_PATH # Pkg.jl#325
3534 - julia -e 'using Pkg;
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
2222test = [" Test" ]
2323
2424[compat ]
25- julia = " 1.1 "
25+ julia = " 1.3 "
2626CUDAdrv = " 3.1"
2727LLVM = " 1.2"
2828CUDAapi = " 0.6, 1.0"
You can’t perform that action at this time.
0 commit comments