You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: test.py
+5-3Lines changed: 5 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -28,6 +28,7 @@
28
28
parser.add_argument('--branch', default='master')
29
29
parser.add_argument('--fmi', default=False)
30
30
parser.add_argument('--basemodelica-mtk-import', action="store_true", default=False, help='Activate Base Modelica export and test import with BaseModelica.jl / ModelingToolkit.jl.')
31
+
parser.add_argument('--julia-sys-image', action=argparse.BooleanOptionalAction, default=True, help='Activate pre-compiling Julia system image.')
31
32
parser.add_argument('--output', default='')
32
33
parser.add_argument('--docker', default='')
33
34
parser.add_argument('--libraries', help="Directory omc will search in to load system libraries/libraries to test.", default='')
0 commit comments