Ecos-platform / FMU4j

Framework for exporting JVM code to co-simulation FMUs compatible with FMI 2.0.
MIT License
4 stars 2 forks source link

Update CI with external test #2

Closed markaren closed 2 years ago

HenningScheufler commented 2 years ago

On Linux it should be /tmp/fmucktmpLy59Ia/resources/mainclass.txt

not

tmp/fmucktmpLy59Ia/resources/mainclass.txt

for linux a slash needs to be added to resources: resources = "/" + resources

But I have no idea why SlaveInstance gets the wrong path?

markaren commented 2 years ago

It finally works... Linux and Windows runner can't run at the same time..

HenningScheufler commented 2 years ago

Could bump the version to 0.1.1 so we can update the template_fmu4j in

https://github.com/Vico-platform/fmu4j_template

markaren commented 2 years ago

Done. Template repo has been updated too.