summary refs log tree commit diff stats
path: root/.github/workflows/ubuntu-build.yml
AgeCommit message (Collapse)Author
2021-12-01Make build job names more descriptive (#2657)John Villalovos
Previously every build showed up in the CI as "build". Update the job names to reflect what they are. For example the Ubuntu build is now called "ubuntu_build" Co-authored-by: Patrick <tingping@tingping.se>
2021-10-07ci: Don't install libproxy-devPatrick
2021-07-13Remove libnotify dependencyPatrick Griffis
Instead just talk directly to the service. This fixes *sending* a notification being blocking IO.
2021-07-13actions: Build on Ubuntu 20.04Patrick Griffis
18.04 requires newer Ninja
2021-07-13build: Misc cleanup of optionsPatrick Griffis
Cleanup of option names, use features where applicable, and printing of summary.
2021-06-21actions: Remove default value in ubuntu buildPatrick Griffis
2021-05-23Update github workflowsDjLegolas
2019-09-20Switch to Github Actions for Linux CIPatrick Griffis