Skip to content

Commit 1ce17f0

Browse files
committed
Improve create_sys_image
1 parent f555d6a commit 1ce17f0

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

bin/create_sys_image

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,4 +154,5 @@ julia --startup-file=no --project -e "using Pkg; Pkg.precompile(); Pkg.resolve(
154154
julia --project -J bin/kps-image-${julia_major}-${branch}.so -e "using KiteUtils, KiteControllers"
155155
julia --project=test -J bin/kps-image-${julia_major}-${branch}.so -e "using ControlPlots, NativeFileDialog"
156156
julia --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()"

0 commit comments

Comments
 (0)