Skip to content

Commit

Permalink
For testing buildkite
Browse files Browse the repository at this point in the history
  • Loading branch information
ph-kev committed Jan 6, 2025
1 parent 5d3e674 commit f89e358
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,17 +29,20 @@ steps:
- "julia --project -e 'using Pkg; Pkg.status()'"

- echo "--- Instantiate examples"
- "julia --project=examples -e 'using Pkg; Pkg.add(PackageSpec(; url=\"https://github.com/CliMA/ClimaTimeSteppers.jl.git\", rev=\"kp/callbacks\"))'"
- "julia --project=examples -e 'using Pkg; Pkg.instantiate(;verbose=true)'"
- "julia --project=examples -e 'using Pkg; Pkg.precompile()'"
- "julia --project=examples -e 'using CUDA; CUDA.precompile_runtime()'"
- "julia --project=examples -e 'using Pkg; Pkg.status()'"

- echo "--- Instantiate perf"
- "julia --project=perf -e 'using Pkg; Pkg.add(PackageSpec(; url=\"https://github.com/CliMA/ClimaTimeSteppers.jl.git\", rev=\"kp/callbacks\"))'"
- "julia --project=perf -e 'using Pkg; Pkg.instantiate(;verbose=true)'"
- "julia --project=perf -e 'using Pkg; Pkg.precompile()'"
- "julia --project=perf -e 'using Pkg; Pkg.status()'"

- echo "--- Instantiate calibration/test"
- "julia --project=calibration/test -e 'using Pkg; Pkg.add(PackageSpec(; url=\"https://github.com/CliMA/ClimaTimeSteppers.jl.git\", rev=\"kp/callbacks\"))'"
- "julia --project=calibration/test -e 'using Pkg; Pkg.develop(;path=\".\"); Pkg.instantiate(;verbose=true)'"
- "julia --project=calibration/test -e 'using Pkg; Pkg.precompile()'"
- "julia --project=calibration/test -e 'using Pkg; Pkg.status()'"
Expand Down

0 comments on commit f89e358

Please sign in to comment.