fastlib / fCWT

The fast Continuous Wavelet Transform (fCWT) is a library for fast calculation of CWT.
Apache License 2.0
263 stars 53 forks source link

Add Github Actions #33

Open felixdollack opened 1 year ago

felixdollack commented 1 year ago

@fastlib I added some simple CI pipeline for the project to test

All of the desktop tests are simply building the library and run the example executable. The python test will build the library and then run the tests in the test folder.

The python test is currently failing, but is expected to pass once either #26 or #32 are merged.

stellarpower commented 1 year ago

Great, looks like next step would be outputting the built libraries as part of that process. Personally I am gradually getting my hands dirty with Earthly for stuff like this.