Skip to content

Commit

Permalink
Update create_sys_image.bat
Browse files Browse the repository at this point in the history
  • Loading branch information
ufechner7 committed Mar 31, 2024
1 parent c013fc3 commit fc715b5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bin/create_sys_image.bat
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ if EXIST "Manifest.toml" (
)

REM julia --project -e "include(\"./test/update_packages.jl\");"
julia -e "using Pkg; Pkg.add(\"TestEnv\")"
julia --project -e "using Pkg; using TestEnv; TestEnv.activate(); Pkg.add(\"PyCall\"); Pkg.build(\"PyCall\")"
julia --project -e "using Pkg; Pkg.precompile()"
julia --project -e "include(\"./test/create_sys_image.jl\");"
move kps-image_tmp.so bin\kps-image-%julia_major%.dll
Expand Down

0 comments on commit fc715b5

Please sign in to comment.