INTO-CPS-Association / pyfmu

https://into-cps-application.readthedocs.io/en/latest/submodules/pyfmu/docs/index.html
7 stars 2 forks source link

Set up cross-platform build CI #21

Closed clegaard closed 4 years ago

clegaard commented 4 years ago

In order to support several platforms the tool must be distributed with pre-compiled wrappers for every platform that is supported.

The wrapper is built using CMake so it should be relatively simple to do this.

GitHub actions provides a way to do this.

Prerequisites

20

clegaard commented 4 years ago

wrapper is now being built for linux and windows upon commit to master