Skip to content

Commit

Permalink
Build documentation in CI first
Browse files Browse the repository at this point in the history
  • Loading branch information
pxl-th committed Apr 3, 2023
1 parent bbf7b22 commit ff0dc48
Showing 1 changed file with 21 additions and 22 deletions.
43 changes: 21 additions & 22 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,25 @@
steps:
- label: "Documentation"
plugins:
- JuliaCI/julia#v1:
version: 1.9-nightly
command: |
julia --project -e '
println("--- :julia: Instantiating project")
using Pkg
Pkg.instantiate()
Pkg.build()
Pkg.activate("docs")
Pkg.instantiate()
push!(LOAD_PATH, @__DIR__)
println("+++ :julia: Building documentation")
include("docs/make.jl")'
agents:
queue: "juliagpu"
rocm: "*"
if: build.message !~ /\[skip docs\]/
timeout_in_minutes: 10
# - label: "Julia 1.8 - GPUArrays 8"
# plugins:
# - JuliaCI/julia#v1:
Expand Down Expand Up @@ -136,28 +157,6 @@ steps:
# JULIA_AMDGPU_HIP_MUST_LOAD: "1"
# JULIA_AMDGPU_DISABLE_ARTIFACTS: "1"

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

env:
JULIA_AMDGPU_LOGGING_ENABLED: true
SECRET_CODECOV_TOKEN: "lVqFGgrywYmQrILXBcP8i6TosP+q/W2oTDVLIdkWFWscd/a61oSVb8Tycq3qvngsrdmKU9EevdQo+1x+w7cu4IuTq63ahQc0RFgi4Q29hC52OgN2wFql984Cqq3T96P3jyV0ZljaRT+a+9AY0oWmmCph55amvvQ4DOMq3tfGDbp7gdueQvJmSYQGVT3/9Sjn4/esYppcKBGltQqQX2E7WrHLpnqRmsmjcSeZ/S/+PgPRb4ZnpBecAUP2d/MlPgKfP0ZUGbDlcbGu+ZDZNksxKIYuAlNrWPhpNAro7hACfEk4T5RRpNiwmJyXJZ8LUD8zNYIUKSmHjUtmqhNXgujWXA==;U2FsdGVkX1/v/P2Y7KZsvC55Au6eET37uDE6M5I6J275maix+SMD0EoJQ19cFp/lae+G8V7dvpPGfrh4hj2nOg=="
Expand Down

0 comments on commit ff0dc48

Please sign in to comment.