File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -154,4 +154,5 @@ julia --startup-file=no --project -e "using Pkg; Pkg.precompile(); Pkg.resolve(
154154julia --project -J bin/kps-image-${julia_major} -${branch} .so -e " using KiteUtils, KiteControllers"
155155julia --project=test -J bin/kps-image-${julia_major} -${branch} .so -e " using ControlPlots, NativeFileDialog"
156156julia --project -J bin/kps-image-${julia_major} -${branch} .so -e " using Pkg; Pkg.instantiate()"
157- julia --project=docs -J bin/kps-image-${julia_major} -${branch} .so -e " using LiveServer, Documenter, Pkg; Pkg.instantiate()"
157+ julia --project=docs -J bin/kps-image-${julia_major} -${branch} .so -e " using LiveServer, Documenter, Pkg; Pkg.instantiate()"
158+ julia --project=examples -J bin/kps-image-${julia_major} -${branch} .so -e " using NOMAD, Pkg; Pkg.instantiate(); Pkg.precompile()"
You can’t perform that action at this time.
0 commit comments