Skip to content

Commit

Permalink
checking buildkite
Browse files Browse the repository at this point in the history
  • Loading branch information
navidcy committed Jan 13, 2021
1 parent c6da49d commit e239db3
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
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

0 comments on commit e239db3

Please sign in to comment.