Skip to content

Commit

Permalink
Test output path generator
Browse files Browse the repository at this point in the history
  • Loading branch information
Sbozzolo committed Apr 2, 2024
1 parent 8348eef commit 47c97e0
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 @@ -26,17 +26,20 @@ steps:

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

- echo "--- Instantiate examples"
- "julia --project=examples -e 'using Pkg; Pkg.instantiate(;verbose=true)'"
- "julia --project=examples -e 'using Pkg; Pkg.add(url = \"https://github.com/CliMA/ClimaUtilities.jl.git\", rev = \"gb/outputpathgenerator\")'"
- "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.instantiate(;verbose=true)'"
- "julia --project=perf -e 'using Pkg; Pkg.add(url = \"https://github.com/CliMA/ClimaUtilities.jl.git\", rev = \"gb/outputpathgenerator\")'"
- "julia --project=perf -e 'using Pkg; Pkg.precompile()'"
- "julia --project=perf -e 'using Pkg; Pkg.status()'"

Expand Down

0 comments on commit 47c97e0

Please sign in to comment.