Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Hugo Beauzée-Luyssen
flac
Commits
0db0e878
Commit
0db0e878
authored
May 20, 2018
by
Robert Kausch
Committed by
Erik de Castro Lopo
May 21, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
.travis.yml: Simplify file structure and add libogg dependency.
parent
c2673daf
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
24 deletions
+12
-24
.travis.yml
.travis.yml
+12
-24
No files found.
.travis.yml
View file @
0db0e878
language
:
c
matrix
:
include
:
-
os
:
linux
compiler
:
gcc
-
os
:
linux
compiler
:
clang
os
:
-
linux
-
osx
-
os
:
osx
compiler
:
gcc
compiler
:
-
gcc
-
clang
-
os
:
osx
compiler
:
clang
env
:
-
-
CONFIGURE_OPTS=--enable-64-bit-words
-
os
:
linux
compiler
:
gcc
env
:
CONFIGURE_OPTS=--enable-64-bit-words
install
:
-
if [ $TRAVIS_OS_NAME = linux ]; then sudo apt-get -y install libogg-dev; fi
-
if [ $TRAVIS_OS_NAME = osx ]; then brew install libogg; fi
-
os
:
linux
compiler
:
clang
env
:
CONFIGURE_OPTS=--enable-64-bit-words
-
os
:
osx
compiler
:
gcc
env
:
CONFIGURE_OPTS=--enable-64-bit-words
-
os
:
osx
compiler
:
clang
env
:
CONFIGURE_OPTS=--enable-64-bit-words
script
:
-
./autogen.sh && ./configure $CONFIGURE_OPTS && make && make check
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