@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.
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.
@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.