Skip to content

Commit

Permalink
Add DTables.jl CI run (#366)
Browse files Browse the repository at this point in the history
  • Loading branch information
krynju authored Nov 14, 2022
1 parent 1d66df7 commit 188de76
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,3 +93,16 @@ steps:
BENCHMARK_SCALE: "5:5:50"
artifacts:
- benchmarks/result*
- label: DTables.jl stability test
timeout_in_minutes: 20
plugins:
- JuliaCI/julia#v1:
version: "1.8"
env:
JULIA_NUM_THREADS: "4"
agents:
queue: "juliaecosystem"
sandbox.jl: "true"
os: linux
arch: x86_64
command: "git clone https://github.com/JuliaParallel/DTables.jl.git ; julia -t4 -e 'using Pkg; Pkg.activate(\"DTables.jl\"); Pkg.develop(;path=\".\"); Pkg.instantiate(); Pkg.test()'"

0 comments on commit 188de76

Please sign in to comment.