Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
flac
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Xiph.Org
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
compiler
:
-
gcc
-
clang
os
:
-
linux
-
osx
matrix
:
include
:
-
os
:
linux
compiler
:
gcc
-
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
:
-
./autogen.sh && ./configure && make && make check
-
make clean && ./configure --enable-64-bit-words && make && make check
-
./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