feat(ci): add GitHub CI jobs on Linux

This commit is contained in:
Aleksei Bavshin 2021-06-30 23:28:01 -07:00
parent 36857ae72b
commit d3c59c42ef
No known key found for this signature in database
GPG Key ID: 4F071603387A382A
1 changed files with 25 additions and 0 deletions

25
.github/workflows/linux.yml vendored Normal file
View File

@ -0,0 +1,25 @@
name: linux
on: [push, pull_request]
jobs:
build:
strategy:
matrix:
distro:
- alpine
- archlinux
- debian
- fedora
- opensuse
runs-on: ubuntu-latest
container:
image: alexays/waybar:${{ matrix.distro }}
steps:
- uses: actions/checkout@v2
- name: configure
run: meson -Dman-pages=enabled build
- name: build
run: ninja -C build