We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f641b2f commit 82994ebCopy full SHA for 82994eb
.gitlab-ci.yml
@@ -38,7 +38,9 @@ julia:nightly:
38
# that means we have to manually install CuArrays' test dependencies though.
39
40
cuarrays:
41
- extends: .julia:1.2
+ extends:
42
+ - .julia:1.3
43
+ - .test
44
tags:
45
- nvidia
46
image: nvidia/cuda:10.1-devel
@@ -51,7 +53,7 @@ cuarrays:
51
53
- julia --project=$CUARRAYS -e 'using Pkg;
52
54
Pkg.instantiate();
55
Pkg.add(["FFTW", "ForwardDiff", "FillArrays"])'
- - JULIA_LOAD_PATH=".:$CUARRAYS::" julia $CUARRAYS/test/runtests.jl
56
+ - JULIA_LOAD_PATH=".:$CUARRAYS::" julia --code-coverage $CUARRAYS/test/runtests.jl
57
allow_failure: true
58
59
0 commit comments