File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -5,5 +5,5 @@ rm -rf /tmp/test
55mkdir /tmp/test
66cd /tmp/test
77export JULIA_DEPOT_PATH=/tmp/testdepot
8- julia --project=" ." -e ' using Pkg; pkg"add KiteControllers#main"; using KiteControllers; Pkg.test("KiteControllers" )'
9-
8+ julia --project=" ." -e ' using Pkg; pkg"add KiteControllers#main"; using KiteControllers; KiteControllers.install_examples( )'
9+ julia --project -e ' using KiteControllers; __PRECOMPILE__ = true; include("examples/autopilot.jl") '
Original file line number Diff line number Diff line change @@ -5,5 +5,5 @@ rm -rf /tmp/test
55mkdir /tmp/test
66cd /tmp/test
77export JULIA_DEPOT_PATH=/tmp/testdepot
8- julia --project=" ." -e ' using Pkg; pkg" add KiteControllers"; using KiteControllers; KiteControllers.install_examples() )'
8+ julia --project=" ." -e ' using Pkg; Pkg. add(" KiteControllers") ; using KiteControllers; KiteControllers.install_examples()'
99julia --project -e ' using KiteControllers; __PRECOMPILE__ = true; include("examples/autopilot.jl")'
You can’t perform that action at this time.
0 commit comments