Skip to content

Commit

Permalink
Update .buildkite/pipeline.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
amontoison committed Mar 25, 2023
1 parent 6a25300 commit 32a87e8
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,12 @@ steps:
- JuliaCI/julia#v1:
version: 1.8
agents:
os: "linux"
arch: "x86_64"
queue: "juliagpu"
cuda: "*"
command: |
julia --color=yes --project=./paper/example1 -e '
using Pkg
Pkg.instantiate()
include("paper/example1/example1.jl")'
timeout_in_minutes: 30

Expand All @@ -21,5 +23,7 @@ steps:
cuda: "*"
command: |
julia --color=yes --project=./paper/example2 -e '
using Pkg
Pkg.instantiate()
include("paper/example2/example2.jl")'
timeout_in_minutes: 30

0 comments on commit 32a87e8

Please sign in to comment.