diff --git a/.buildkite/pipeline.yml b/.buildkite/pipeline.yml new file mode 100644 index 00000000..cd26e863 --- /dev/null +++ b/.buildkite/pipeline.yml @@ -0,0 +1,19 @@ +env: + JULIA_VERSION: "1.5.3" + JULIA_MINOR_VERSION: "1.5" + GKSwstype: "100" # See: https://github.com/jheinen/GR.jl/issues/278 + + +steps: + - label: "Julia 1.5" + plugins: + - JuliaCI/julia#v0.5: + version: 1.5 + - JuliaCI/julia-test#v0.3: ~ + - JuliaCI/julia-coverage#v0.3: + codecov: true + agents: + queue: "juliagpu" + cuda: "*" + if: build.message !~ /\[skip tests\]/ + timeout_in_minutes: 60