File tree Expand file tree Collapse file tree 1 file changed +21
-13
lines changed Expand file tree Collapse file tree 1 file changed +21
-13
lines changed Original file line number Diff line number Diff line change 1
- # Use newer, container based infrastructure
2
- # Does not allow use of apt-get, but enables
3
- # caching support
4
1
sudo : false
5
2
language : c
6
3
compiler :
7
- - gcc
8
- - clang
4
+ - gcc
5
+ - clang
9
6
install :
10
- - ./autogen.sh
7
+ - ./autogen.sh
11
8
script :
12
- - ./.travis_configure_wrapper.sh && make
9
+ - ./.travis_configure_wrapper.sh && make
13
10
env :
14
11
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
19
17
cache :
20
18
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
You can’t perform that action at this time.
0 commit comments