Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
L
lxc
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Chen Yisong
lxc
Commits
5cbbc536
Unverified
Commit
5cbbc536
authored
Aug 04, 2018
by
Christian Brauner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
travis: export CFLAGS=-O0 for coverity
Signed-off-by:
Christian Brauner
<
christian.brauner@ubuntu.com
>
parent
2f1f53b8
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
.travis.yml
.travis.yml
+1
-1
No files found.
.travis.yml
View file @
5cbbc536
...
...
@@ -11,7 +11,7 @@ addons:
name
:
"
lxc/lxc"
description
:
"
LXC
-
Linux
Containers
https://linuxcontainers.org/lxc"
notification_email
:
lxc-devel@lists.linuxcontainers.org
build_command_prepend
:
"
./autogen.sh
&&
mkdir
build
&&
cd
build
&&
../configure
-O0
--enable-tests
--with-distro=unknown"
build_command_prepend
:
"
export
CFLAGS=-O0
./autogen.sh
&&
mkdir
build
&&
cd
build
&&
../configure
--enable-tests
--with-distro=unknown"
build_command
:
"
make
-j4"
branch_pattern
:
master
before_install
:
...
...
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