Skip to content

Commit

Permalink
first buildkite attempt
Browse files Browse the repository at this point in the history
  • Loading branch information
navidcy committed Dec 23, 2020
1 parent c4b9380 commit ca332a9
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit ca332a9

Please sign in to comment.