Skip to content

Commit a5b7ebc

Browse files
authored
install ModelicaServices 4.1.0 (#201)
1 parent 4aed1a0 commit a5b7ebc

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.CI/installLibraries.mos

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ if not installPackage(Modelica, "4.1.0-beta.om", exactMatch=true) then
1010
print("Modelica 4.1.0-beta.om" + getErrorString() + "\n");
1111
exit(1);
1212
end if;
13+
if not installPackage(ModelicaServices, "4.1.0-beta.om", exactMatch=true) then
14+
print("ModelicaServices 4.1.0-beta.om" + getErrorString() + "\n");
15+
exit(1);
16+
end if;
1317
for v in {"3.2.1","3.2.2","3.2.3","4.0.0","4.1.0-beta.om","trunk"} loop
1418
if not installPackage(ModelicaTest, v, exactMatch=true) then
1519
print("ModelicaTest " + v + " " + getErrorString() + "\n");

0 commit comments

Comments
 (0)