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
Stefan Strogin
flac
Commits
fed5ad42
Commit
fed5ad42
authored
May 19, 2018
by
Robert Kausch
Committed by
Erik de Castro Lopo
May 20, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
.travis.yml: Run --enable-64-bit-words test in separate job.
parent
1aff2348
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
30 additions
and
8 deletions
+30
-8
.travis.yml
.travis.yml
+30
-8
No files found.
.travis.yml
View file @
fed5ad42
language
:
c
language
:
c
compiler
:
matrix
:
-
gcc
include
:
-
clang
-
os
:
linux
os
:
compiler
:
gcc
-
linux
-
osx
-
os
:
linux
compiler
:
clang
-
os
:
osx
compiler
:
gcc
-
os
:
osx
compiler
:
clang
-
os
:
linux
compiler
:
gcc
env
:
CONFIGURE_OPTS=--enable-64-bit-words
-
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
:
script
:
-
./autogen.sh && ./configure && make && make check
-
./autogen.sh && ./configure $CONFIGURE_OPTS && make && make check
-
make clean && ./configure --enable-64-bit-words && 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