forked from github/abduco
Compare commits
1 Commits
master
...
coverity_s
| Author | SHA1 | Date |
|---|---|---|
|
|
c94ba0c3cb |
22
.travis.yml
22
.travis.yml
|
|
@ -1,8 +1,18 @@
|
||||||
language: c
|
language: c
|
||||||
compiler:
|
|
||||||
- gcc
|
|
||||||
- clang
|
|
||||||
env:
|
env:
|
||||||
- DEBUG=
|
global:
|
||||||
- DEBUG=debug
|
# The next declaration is the encrypted COVERITY_SCAN_TOKEN, created
|
||||||
script: make $DEBUG
|
# via the "travis encrypt" command using the project repo's public key
|
||||||
|
- secure: "BoJaAWabLRyj3APu98h3l7NvF65SvyNEjNDr+ryMZuQA8y35RETtXTg7EN8sqIYZeAsnFALFBMoCxsX7jaRVUXJDNnEJo0DuLw7yz+0CSLwnmjEECqq0WOH4GTeuTPJmetyFFwG7X6ZRQm7nMwtBPS1qak0636+tA9GILYJsx68="
|
||||||
|
script: true
|
||||||
|
|
||||||
|
addons:
|
||||||
|
coverity_scan:
|
||||||
|
project:
|
||||||
|
name: "martanne/abduco"
|
||||||
|
description: "abduco build submitted via Travis CI"
|
||||||
|
notification_email: mat@brain-dump.org
|
||||||
|
build_command_prepend:
|
||||||
|
build_command: "make"
|
||||||
|
branch_pattern: coverity_scan
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue