mirror of
https://gitee.com/openharmony/third_party_alsa-lib
synced 2024-11-22 23:20:11 +00:00
initial version of .travis.yml file
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
This commit is contained in:
parent
b420056604
commit
6fbee195e0
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,4 +1,5 @@
|
||||
.*
|
||||
!.travis.yml
|
||||
configure
|
||||
config.log
|
||||
config.cache
|
||||
|
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…
Reference in New Issue
Block a user