dss-extensions / dss_matlab

MATLAB interface to our alternative implementation of OpenDSS, based on the DSS C-API library aiming for full COM compatibility on Windows, Linux and MacOS.
BSD 3-Clause "New" or "Revised" License
11 stars 2 forks source link

Migrate to GitHub Actions #12

Closed PMeira closed 2 years ago

PMeira commented 3 years ago

As with other projects, we have to migrate from Travis-CI.

Besides the basic packaging, we can actually run MATLAB through GitHub actions (something like this was available in Travis-CI more recently but I have no idea what's happening there nowadays). Currently, only Linux is supported but at least Windows is planned:

https://github.com/matlab-actions/overview

Both basic testing and MEX compilation should be possible without too much work.

PMeira commented 3 years ago

On Windows support: https://github.com/matlab-actions/setup-matlab/issues/18

PMeira commented 2 years ago

Not using MATLAB on GA yet, but packages migrated.