Closed russhwolf closed 4 years ago
Ended up going with Azure after talking to @benasher44. Have this working now for builds/tests to all platforms but haven't added publishing yet, so going to leave this ticket open a little while longer.
We switched to GitHub Actions, just in case. 4x faster than Travis, not sure about Azure.
I want to try Github actions. The nice thing about Azure is that it has first class gradle support: you can specify your CI in terms of gradle tasks, which is great if you're unfamiliar with the tooling/shell on a particular OS (Windows). Glad it worked out for ya!
Just released v0.5 which was built entirely via Azure Pipelines. Closing this but will keep an eye on Actions if it seems worth migrating to in the future.
Investigate and configure some form of continuous integration, to ease the process of reviewing changes.
Open to suggestions here. Otherwise I'll likely look into Travis or TeamCity first.
Goal is to be able to run all tests on all platforms for both library and sample app, and ideally also run a linter.