Skip to content

Commit

Permalink
Merge #198
Browse files Browse the repository at this point in the history
198: Buildkite: Use the registered versions of CUDA.jl for Buildkite on Julia 1.6-nightly and Julia nightly r=DilumAluthge a=DilumAluthge

Fixes #196 

Co-authored-by: Dilum Aluthge <dilum@aluthge.com>
  • Loading branch information
bors[bot] and DilumAluthge committed Jan 12, 2021
2 parents fd05f94 + 4560e15 commit 561906b
Showing 1 changed file with 6 additions and 18 deletions.
24 changes: 6 additions & 18 deletions .buildkite/pipeline.yml
Expand Up @@ -15,15 +15,9 @@ steps:
plugins:
- JuliaCI/julia#v0.6:
version: "1.6-nightly"
# - JuliaCI/julia-test#v0.3:
# - JuliaCI/julia-coverage#v0.3:
# codecov: true
command: |
julia --project -e '
using Pkg
Pkg.pkg"add CUDA#master"
Pkg.build()
Pkg.test()'
- JuliaCI/julia-test#v0.3:
- JuliaCI/julia-coverage#v0.3:
codecov: true
agents:
queue: "juliagpu"
cuda: "*"
Expand All @@ -33,15 +27,9 @@ steps:
plugins:
- JuliaCI/julia#v0.6:
version: "nightly"
# - JuliaCI/julia-test#v0.3:
# - JuliaCI/julia-coverage#v0.3:
# codecov: true
command: |
julia --project -e '
using Pkg
Pkg.pkg"add CUDA#master"
Pkg.build()
Pkg.test()'
- JuliaCI/julia-test#v0.3:
- JuliaCI/julia-coverage#v0.3:
codecov: true
agents:
queue: "juliagpu"
cuda: "*"
Expand Down

0 comments on commit 561906b

Please sign in to comment.