mirror of
https://gitlab.xiph.org/xiph/icecast-server.git
synced 2024-12-04 14:46:30 -05:00
Add .travis.yml for Travis CI
This commit is contained in:
parent
fa86f2de73
commit
ca682bb4d7
16
.travis.yml
Normal file
16
.travis.yml
Normal file
@ -0,0 +1,16 @@
|
||||
language: c
|
||||
|
||||
# Install dependencies
|
||||
before_install:
|
||||
- sudo apt-get -qq update
|
||||
- sudo apt-get install -y autoconf automake
|
||||
- sudo apt-get install -y libxml2 libxslt1-dev libssl-dev libcurl4-openssl-dev
|
||||
- sudo apt-get install -y libogg-dev libspeex-dev libtheora-dev libvorbis-dev
|
||||
|
||||
# Build commands
|
||||
script: ./autogen.sh && ./configure && make
|
||||
|
||||
# Compilers to build with
|
||||
compiler:
|
||||
- clang
|
||||
- gcc
|
Loading…
Reference in New Issue
Block a user