add provides wayland-compositor #48
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Test building the PKGBUILDs | |
on: | |
push: | |
paths: | |
- aur/** | |
branches: [ main ] | |
pull_request: | |
paths: | |
- aur/** | |
branches: [ main ] | |
# Allows you to run this workflow manually from the Actions tab | |
workflow_dispatch: | |
jobs: | |
build: | |
strategy: | |
fail-fast: false | |
matrix: | |
pkgname: [ swayfx, swayfx-git, scenefx, scenefx-git ] | |
name: Test PKGBUILD ${{matrix.pkgname}} | |
runs-on: ubuntu-latest | |
steps: | |
- name: Check out sources | |
uses: actions/checkout@v3 | |
with: | |
fetch-depth: 0 | |
- name: Test building PKGBUILD | |
id: makepkg | |
uses: edlanglois/pkgbuild-action@v1 | |
with: | |
aurDeps: true | |
pkgdir: aur/${{matrix.pkgname}} | |