mirror of
https://gitee.com/openharmony/third_party_libsnd
synced 2024-11-26 19:40:24 +00:00
Add travis CI hooks
This commit is contained in:
parent
5d3c34f0b2
commit
0a5c6f0c3f
11
.travis.yml
Normal file
11
.travis.yml
Normal file
@ -0,0 +1,11 @@
|
||||
language: c
|
||||
|
||||
sudo: required
|
||||
|
||||
before_install:
|
||||
- sudo apt-get install -y libogg-dev libflac-dev libvorbis-dev
|
||||
|
||||
script:
|
||||
- ./autogen.sh
|
||||
- ./configure
|
||||
- make distcheck
|
Loading…
Reference in New Issue
Block a user