Skip to content

Commit

Permalink
Merge pull request #166 from OceanBioME/ncc/julia-v-1-10
Browse files Browse the repository at this point in the history
Use Julia v1.10 + CairoMakie v0.11
  • Loading branch information
navidcy committed Mar 12, 2024
2 parents 0b45a16 + b4df430 commit 8977314
Show file tree
Hide file tree
Showing 31 changed files with 315 additions and 331 deletions.
14 changes: 7 additions & 7 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
env:
JULIA_VERSION: "1.9.4"
JULIA_MINOR_VERSION: "1.9"
JULIA_VERSION: "1.10.2"
JULIA_MINOR_VERSION: "1.10"
JULIA_PATH: /var/lib/buildkite-agent/julia
DATADEPS_ALWAYS_ACCEPT: true

Expand All @@ -16,11 +16,11 @@ steps:
- "$JULIA_PATH/julia-$JULIA_VERSION/bin/julia -O0 --color=yes --project -e 'using Pkg; Pkg.status()'"
notify:
- github_commit_status:
context: "Initialise enviroment"
context: "Initialise environment"

- label: ":speedboat: GPU unit tests"
commands:
- "$JULIA_PATH/julia-$JULIA_VERSION/bin/julia -O0 --color=yes --project -e 'using Pkg; Pkg.test()'"
- "$JULIA_PATH/julia-$JULIA_VERSION/bin/julia -O0 --color=yes --project -e 'using Pkg; Pkg.Registry.update(); Pkg.test()'"
depends_on: "init"
notify:
- github_commit_status:
Expand All @@ -30,7 +30,7 @@ steps:
env:
CUDA_VISIBLE_DEVICES: "-1"
commands:
- "$JULIA_PATH/julia-$JULIA_VERSION/bin/julia -O0 --color=yes --project -e 'using Pkg; Pkg.test()'"
- "$JULIA_PATH/julia-$JULIA_VERSION/bin/julia -O0 --color=yes --project -e 'using Pkg; Pkg.Registry.update(); Pkg.test()'"
depends_on: "init"
notify:
- github_commit_status:
Expand All @@ -42,7 +42,7 @@ steps:
JULIA_DEBUG: "Documenter"
TMPDIR: "/var/lib/buildkite-agent/tmp"
commands:
- "$JULIA_PATH/julia-$JULIA_VERSION/bin/julia --color=yes --project=docs/ -e 'using Pkg; Pkg.develop(PackageSpec(path=pwd())); Pkg.instantiate()'"
- "$JULIA_PATH/julia-$JULIA_VERSION/bin/julia --color=yes --project=docs/ -e 'using Pkg; Pkg.Registry.update(); Pkg.develop(PackageSpec(path=pwd())); Pkg.instantiate()'"
- "$JULIA_PATH/julia-$JULIA_VERSION/bin/julia --color=yes --project=docs/ docs/make.jl"
depends_on: "init"
notify:
Expand All @@ -56,4 +56,4 @@ steps:
command: "rm -rf $JULIA_PATH"
notify:
- github_commit_status:
context: "Clean up"
context: "Clean up"
Loading

0 comments on commit 8977314

Please sign in to comment.