We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 751de99 commit b74e505Copy full SHA for b74e505
.buildkite/pipeline.yml
@@ -87,6 +87,15 @@ steps:
87
- JuliaCI/julia-coverage#v1:
88
codecov: true
89
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\")'"
99
- label: Benchmarks
100
timeout_in_minutes: 120
101
<<: *bench
0 commit comments