Skip to content

Commit

Permalink
Update pipeline.yml (#84)
Browse files Browse the repository at this point in the history
Co-authored-by: Simone Silvestri <[email protected]>
  • Loading branch information
glwagner and simone-silvestri committed Jun 10, 2024
1 parent 2085ca3 commit 46e8efd
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,15 @@ steps:
TEST_GROUP: "ecco2"
commands:
- "julia --project -e 'using Pkg; Pkg.test()'"

- label: "documentation"
env:
CUDA_VISIBLE_DEVICES: "-1"
JULIA_DEBUG: "Documenter"
# TMPDIR: "$TARTARUS_HOME/tmp"
commands:
- "julia --color=yes --project=docs/ -e 'using Pkg; Pkg.develop(PackageSpec(path=pwd())); Pkg.instantiate()'"
- "julia --color=yes --project=docs/ docs/make.jl"

- wait: ~
continue_on_failure: true

0 comments on commit 46e8efd

Please sign in to comment.