Skip to content

Commit

Permalink
Merge pull request #42 from Sirrix-AG/coverity_scan
Browse files Browse the repository at this point in the history
Coverity scan fix
  • Loading branch information
neusdan committed Feb 18, 2016
2 parents a160354 + f5248e6 commit debaf6c
Showing 1 changed file with 16 additions and 21 deletions.
37 changes: 16 additions & 21 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,35 +1,30 @@
env:
global:
- secure: "E1iOs3Ag9oM8tXTTPSE35IwSxrrRgCew51b8JdyNjpptyFvDBNPCPDkA9OA4NKCIQ1/bZyliKIl3oOX6wejDGabAD7jPi2dIh7BK87aWSpyakKiDNL1kq79c/dP8h9L52mb19VgWQCsPQIwovFxIFPiIAQBBFhkNRjrd1Y98bGI="

compiler: gcc
language: c

env:
matrix:
- DEFINES=""
- DEFINES="CPPFLAGS=-DTGRUB_HP_WORKAROUND"
- DEFINES="CPPFLAGS=-DTGRUB_DEBUG"

global:
secure: fsJ8kz9HO/dorxiZDKX3sUJZkQXECKlsZJ6GtoGwJWQyDfZ988msG0alZucRyOHr/3dO4I0UENxIWx4FuKIw1t33ngw2Ugi7muKe53KJJa5iUz0dl8uZ4ndSW45cmF9vvCDAaTRsRITRj4SP275CBO7vs83UhB5yiBwaZAhNwzk=
compiler: gcc
language: c
script:
- "./autogen.sh"
- "./configure --target=i386 -with-platform=pc"
- "echo ${DEFINES}"
- "make ${DEFINES} -j 4 --silent"

- "./autogen.sh"
- "./configure --target=i386 -with-platform=pc"
- echo ${DEFINES}
- make ${DEFINES} -j 4 --silent
os:
- linux

- linux
notifications:
email:
recipients:
- [email protected]

- [email protected]
addons:
coverity_scan:
project:
name: "Sirrix-AG/TrustedGRUB2"
description: "Build submitted via Travis CI"
name: Sirrix-AG/TrustedGRUB2
description: Build submitted via Travis CI
notification_email: [email protected]
build_command_prepend: "./autogen.sh;./configure --target=i386 -with-platform=pc; make clean"
build_command: "make -j 4 --silent"
build_command_prepend: "./autogen.sh;./configure --target=i386 -with-platform=pc;
make clean"
build_command: make -j 4 --silent
branch_pattern: coverity_scan

0 comments on commit debaf6c

Please sign in to comment.