Skip to content

Commit 5e66c00

Browse files
committed
Add all extras to buildkite
1 parent e06506c commit 5e66c00

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.buildkite/pipeline.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,11 @@ steps:
1111
using Pkg
1212
Pkg.add("CUDA")
1313
Pkg.add("CuNFFT")
14+
Pkg.add("JLArrays")
15+
Pkg.add("NFFT")
16+
Pkg.add("Wavelets")
17+
Pkg.add("FFTW")
18+
Pkg.add("RadonKA")
1419
Pkg.instantiate()
1520
include("test/gpu/cuda.jl")'
1621
timeout_in_minutes: 30

0 commit comments

Comments
 (0)