We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a33068b commit 8caa230Copy full SHA for 8caa230
1 file changed
.gitlab-ci.yml
@@ -0,0 +1,31 @@
1
+include:
2
+ - 'https://raw.githubusercontent.com/JuliaGPU/gitlab-ci/master/templates/v6.yml'
3
+
4
+# CUDA.jl
5
6
+cuda:1.5:
7
+ image: ubuntu:bionic
8
+ extends:
9
+ - .julia:1.5
10
+ - .test
11
+ tags:
12
+ - nvidia
13
14
15
+# AMDGPU.jl
16
17
+amdgpu:1.5:
18
+ image: rocm/dev-ubuntu-18.04
19
20
21
22
23
+ - rocm
24
25
26
+# other tasks
27
28
+coverage:
29
30
31
+ - .coverage
0 commit comments