Skip to content

Commit b74e505

Browse files
committed
CI: Add DaggerGraphs
1 parent 751de99 commit b74e505

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.buildkite/pipeline.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,15 @@ steps:
8787
- JuliaCI/julia-coverage#v1:
8888
codecov: true
8989
command: "julia -e 'using Pkg; Pkg.develop(;path=pwd()); Pkg.develop(;path=\"lib/TimespanLogging\"); Pkg.develop(;path=\"lib/DaggerWebDash\"); include(\"lib/DaggerWebDash/test/runtests.jl\")'"
90+
- label: Julia 1.8 - DaggerGraphs
91+
timeout_in_minutes: 60
92+
<<: *test
93+
plugins:
94+
- JuliaCI/julia#v1:
95+
version: "1.8"
96+
- JuliaCI/julia-coverage#v1:
97+
codecov: true
98+
command: "julia -e 'using Pkg; Pkg.develop(;path=pwd()); Pkg.develop(;path=\"lib/DaggerGraphs\"); Pkg.test(\"DaggerGraphs\")'"
9099
- label: Benchmarks
91100
timeout_in_minutes: 120
92101
<<: *bench

0 commit comments

Comments
 (0)