Skip to content

Commit

Permalink
Adding dynamic pipelines (#79)
Browse files Browse the repository at this point in the history
* updating depot variable

* testing dynamic pipelines

* testing that we may edit pipeline locally

* rectifying an error

* needed to add command

* pointing pipeline to main branch of .github

* moved jobscript to .buildkite folder
  • Loading branch information
quffaro authored Oct 9, 2024
1 parent 9a0ba94 commit 7c6feda
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 16 deletions.
File renamed without changes.
19 changes: 3 additions & 16 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,21 +4,8 @@ env:

steps:

- label: ":sunrise: Good morning!"
command: "echo 'Good morning!'"

- label: ":hammer: Build Project"
command:
- "module load julia"
- "julia --project=docs --color=yes -e 'using Pkg; Pkg.develop(PackageSpec(path=pwd())); Pkg.instantiate(); Pkg.precompile()'"

- wait

- label: ":scroll: Build docs"
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"
- label: ":arrow_down: Load AlgebraicJulia pipeline"
command: |
curl -s https://raw.githubusercontent.com/AlgebraicJulia/.github/main/buildkite/pipeline.yml | buildkite-agent pipeline upload
- wait

0 comments on commit 7c6feda

Please sign in to comment.