aboutsummaryrefslogtreecommitdiffhomepage
path: root/.github/workflows/nightly.yml
AgeCommit message (Collapse)AuthorFilesLines
2021-06-02Github workflows: some macOS simplifications and build nightly packages with ↵Robin Haberkorn1-1/+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-01nightly.yml: allow nightly builds to be triggered manuallyRobin Haberkorn1-0/+1
2021-06-01Continuous Integration artifacts are now built only once a day (nightly ↵Robin Haberkorn1-0/+58
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.