Skip to content

Commit

Permalink
Merge pull request #837 from SciML/ChrisRackauckas-patch-1
Browse files Browse the repository at this point in the history
Change documentation to Buildkite
  • Loading branch information
ChrisRackauckas authored Jul 31, 2023
2 parents 12f7392 + 2ad62e8 commit b00a1ca
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,25 @@ env:
DATADEPS_ALWAYS_ACCEPT: 'true'
JULIA_PKG_SERVER: "" # it often struggles with our large artifacts
# SECRET_CODECOV_TOKEN: "..."

- label: "Documentation"
plugins:
- JuliaCI/julia#v1:
version: "1"
command: |
julia --project -e '
println("--- :julia: Instantiating project")
using Pkg
Pkg.instantiate()
Pkg.activate("docs")
Pkg.instantiate()
push!(LOAD_PATH, @__DIR__)
println("+++ :julia: Building documentation")
include("docs/make.jl")'
agents:
queue: "juliagpu"
cuda: "*"
env:
DATADEPS_ALWAYS_ACCEPT: true
if: build.message !~ /\[skip docs\]/ && !build.pull_request.draft
timeout_in_minutes: 1000

0 comments on commit b00a1ca

Please sign in to comment.