triangle-from-scratch icon indicating copy to clipboard operation
triangle-from-scratch copied to clipboard

Setup CI for the code

Open Lokathor opened this issue 4 years ago • 0 comments

Currently the only CI is a github pages run when a commit goes to the main branch.

It would be better for bug catching if there was also CI to build examples and run tests. The only major complication would be that not all examples build on all platforms. Possibly we could narrow the scope of lib testing and example building on each platform so that win32 bins are only built on windows and so on.

Lokathor avatar Jan 19 '21 15:01 Lokathor