This repository was archived by the owner on May 27, 2021. It is now read-only.
File tree 2 files changed +4
-5
lines changed
2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -4,10 +4,9 @@ variables:
4
4
5
5
include :
6
6
- ' 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'
8
7
- ' 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'
11
10
12
11
test:dev :
13
12
allow_failure : true
29
28
30
29
cuarrays :
31
30
stage : test
32
- image : " juliagpu/julia:v1.3 -cuda"
31
+ image : " juliagpu/julia:dev -cuda"
33
32
script :
34
33
- mkdir $JULIA_DEPOT_PATH # Pkg.jl#325
35
34
- julia -e 'using Pkg;
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
22
22
test = [" Test" ]
23
23
24
24
[compat ]
25
- julia = " 1.1 "
25
+ julia = " 1.3 "
26
26
CUDAdrv = " 3.1"
27
27
LLVM = " 1.2"
28
28
CUDAapi = " 0.6, 1.0"
You can’t perform that action at this time.
0 commit comments