mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-11-21 07:00:05 -05:00
initial version of .travis.yml file
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
This commit is contained in:
parent
b420056604
commit
6fbee195e0
2 changed files with 6 additions and 0 deletions
5
.travis.yml
Normal file
5
.travis.yml
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
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