TimLariviere / Fabulous-new

Fabulous v2 - Work in progress
https://timothelariviere.com/Fabulous-new/
Other
41 stars 3 forks source link

Add minimal GitHub Actions for building projects #39

Closed TimLariviere closed 2 years ago

TimLariviere commented 2 years ago

In order to help us catch mistakes faster, I've setup a very minimal Continuous Integration to build Fabulous, Fabulous.XamarinForms and run the tests in Fabulous.Tests on each PR and commits on main.

Later, we'll be able to add a full CI/CD building the samples, releasing the preview packages to GitHub Packages and the release ones to NuGet.

Would be nice to run Fabulous.Benchmarks also as part of CI to catch perf regressions but I'm not sure about the consistency of GitHub Actions build agents