Skip to content

Commit

Permalink
Merge pull request #68 from AlgebraicJulia/cm/buildkite
Browse files Browse the repository at this point in the history
amending pipeline
  • Loading branch information
quffaro authored Aug 29, 2024
2 parents 23fbf3f + 31938a6 commit 9558796
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
env:
JULIA_VERSION: "1.9.3"
JULIA_VERSION: "1.10.2"
JULIA_DEPOT_PATH: "$DEPOT"

steps:

Expand All @@ -14,10 +15,10 @@ steps:
- wait

- label: ":scroll: Build docs"
command:
- "srun --mem=8G --time=1:00:00 --unbuffered jobscript.sh"
env:
JULIA_PROJECT: "docs/"
command:
- "srun --cpus-per-task=16 --mem=64G --time=1:00:00 --output=.buildkite/build_%j.log --unbuffered .buildkite/jobscript.sh"

- wait

0 comments on commit 9558796

Please sign in to comment.