Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Xiph.Org
Icecast-Server
Commits
ca682bb4
Commit
ca682bb4
authored
Nov 11, 2017
by
Marvin Scholz
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add .travis.yml for Travis CI
parent
fa86f2de
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
0 deletions
+16
-0
.travis.yml
.travis.yml
+16
-0
No files found.
.travis.yml
0 → 100644
View file @
ca682bb4
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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment