mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2026-03-27 07:58:02 -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
|
- name: Install
|
||||||
run: |
|
run: |
|
||||||
make install
|
make install
|
||||||
|
|
||||||
|
gitcompile:
|
||||||
|
run: sed 's/-Wunused-const-variable=0//g' < gitcompile > gitcompile.sh
|
||||||
|
run: bash gitcompile.sh
|
||||||
|
|
|
||||||
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -1,5 +1,4 @@
|
||||||
.*
|
.*
|
||||||
!.travis.yml
|
|
||||||
configure
|
configure
|
||||||
config.log
|
config.log
|
||||||
config.cache
|
config.cache
|
||||||
|
|
|
||||||
|
|
@ -1,5 +0,0 @@
|
||||||
sudo: required
|
|
||||||
language: c
|
|
||||||
script:
|
|
||||||
- sed 's/-Wunused-const-variable=0//g' < gitcompile > gitcompile.travis
|
|
||||||
- bash gitcompile.travis
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue