We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2e66af commit 830f03eCopy full SHA for 830f03e
2 files changed
test/test_installation
@@ -11,7 +11,8 @@ export JULIA_DEPOT_PATH=/tmp/testdepot
11
export JULIA_PKG_SERVER_REGISTRY_PREFERANCE=eager
12
git clone https://github.com/OpenSourceAWE/KiteModels.jl.git
13
cd KiteModels.jl/bin
14
-./create_sys_image --update
+./install --update
15
+./create_sys_image
16
17
# execution time on Desktop with Julia 1.12: 15min22s
18
# dito on Windows with Julia 1.12: 26min52s
test/test_installation2
@@ -11,4 +11,5 @@ export JULIA_DEPOT_PATH=/tmp/testdepot
+./install
./create_sys_image
0 commit comments