mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2026-03-28 07:57:58 -04:00
chore: Unify Travis CI process to GitHub Actions
This commit is contained in:
parent
46e991c9ce
commit
6bf7ae386a
3 changed files with 4 additions and 6 deletions
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
|
|
@ -96,3 +96,7 @@ jobs:
|
|||
- name: Install
|
||||
run: |
|
||||
make install
|
||||
|
||||
gitcompile:
|
||||
run: sed 's/-Wunused-const-variable=0//g' < gitcompile > gitcompile.sh
|
||||
run: bash gitcompile.sh
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue