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 Mar 29, 2024
1 parent 5bf10ab commit f9971d6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,14 @@ steps:

- echo "--- Instantiate examples"
- "julia --project=examples -e 'using Pkg; Pkg.instantiate(;verbose=true)'"
- "julia --project=examples -e 'Pkg.add(url = \"https://github.com/CliMA/ClimaUtilities.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 'Pkg.add(url = \"https://github.com/CliMA/ClimaUtilities.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 f9971d6

Please sign in to comment.