fCWT icon indicating copy to clipboard operation
fCWT copied to clipboard

Add Github Actions

Open felixdollack opened this issue 2 years ago • 1 comments

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

  • windows
  • macOS (intel)
  • macOS (arm)
  • linux (ubuntu)
  • python on ubuntu

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.

felixdollack avatar Apr 21 '23 04:04 felixdollack

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.

stellarpower avatar Oct 01 '23 00:10 stellarpower