Skip to content

Commit a80e86e

Browse files
committed
Merge pull request #139 from acv/coverity
Add coverity integration
2 parents 3a74850 + 77b7bbc commit a80e86e

File tree

1 file changed

+21
-13
lines changed

1 file changed

+21
-13
lines changed

.travis.yml

Lines changed: 21 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,30 @@
1-
# Use newer, container based infrastructure
2-
# Does not allow use of apt-get, but enables
3-
# caching support
41
sudo: false
52
language: c
63
compiler:
7-
- gcc
8-
- clang
4+
- gcc
5+
- clang
96
install:
10-
- ./autogen.sh
7+
- ./autogen.sh
118
script:
12-
- ./.travis_configure_wrapper.sh && make
9+
- ./.travis_configure_wrapper.sh && make
1310
env:
1411
global:
15-
- CFLAGS="-Werror"
16-
matrix:
17-
- BUILD_TYPE=normal
18-
- CYASSL="3.3.2" BUILD_TYPE=cyassl
12+
- CFLAGS="-Werror"
13+
- secure: fiVVKcMM8Cz8WAj6PB6eD/b+Y77klXOe9jbpehf6QwjFwf6paEHoMsrZ0aFXogm2Uej47GlTdRb3UkBqonbK4ANbu0ewsWCW0RGClZz5ghaSnfwdxEhuXsrFIax7DvJCStk2V84Keb+tSVemx4opxqZAlZ/Nen28S91KSDoJeRA=
14+
matrix:
15+
- BUILD_TYPE=normal
16+
- CYASSL="3.3.2" BUILD_TYPE=cyassl
1917
cache:
2018
directories:
21-
- dependencies-src
22-
- dependencies-installed
19+
- dependencies-src
20+
- dependencies-installed
21+
addons:
22+
coverity_scan:
23+
project:
24+
name: wifidog/wifidog-gateway
25+
version: 1.2.0
26+
description: WifiDog Captive Portal Gateway
27+
notification_email: [email protected]
28+
build_command_prepend: ./autogen.sh && ./configure
29+
build_command: make
30+
branch_pattern: coverity_scan

0 commit comments

Comments
 (0)