aboutsummaryrefslogtreecommitdiffhomepage
path: root/.github/workflows/ci.yml
AgeCommit message (Collapse)AuthorFilesLines
2021-06-03ci.yml: run the test suite in verbose mode - we've got nothing but the ↵Robin Haberkorn1-2/+6
Github logs when it fails
2021-06-02CI Github workflow: turns out we need to manually install autotools on macOS ↵Robin Haberkorn1-1/+1
after all * the tools installed by default seem to lack aclocal...
2021-06-02Github workflows: some macOS simplifications and build nightly packages with ↵Robin Haberkorn1-7/+4
meaningful artifact names * Try to use as much of the "native" (Xcode?) tools on macOS as possible. We can still fall back to Homebrew if we have to.
2021-06-01ci.yml: try to build on macOSRobin Haberkorn1-1/+35
2021-06-01Continuous Integration artifacts are now built only once a day (nightly ↵Robin Haberkorn1-0/+57
builds) and include Gtk+ versions * The CI tests are unchanged. The workflow file has been renamed to ci.yml, though. * Nightly builds are described by nightly.yml and are built at 4:13. * Nightly Ubuntu package builds now include the Gtk+ 3 packages.