forked from wifidog/wifidog-gateway
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.travis.yml
30 lines (30 loc) · 798 Bytes
/
.travis.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
sudo: false
language: c
compiler:
- gcc
- clang
install:
- ./autogen.sh
script:
- ./.travis_configure_wrapper.sh && make
env:
global:
- CFLAGS="-Werror"
- secure: fiVVKcMM8Cz8WAj6PB6eD/b+Y77klXOe9jbpehf6QwjFwf6paEHoMsrZ0aFXogm2Uej47GlTdRb3UkBqonbK4ANbu0ewsWCW0RGClZz5ghaSnfwdxEhuXsrFIax7DvJCStk2V84Keb+tSVemx4opxqZAlZ/Nen28S91KSDoJeRA=
matrix:
- BUILD_TYPE=normal
- CYASSL="3.3.2" BUILD_TYPE=cyassl
cache:
directories:
- dependencies-src
- dependencies-installed
addons:
coverity_scan:
project:
name: wifidog/wifidog-gateway
version: 1.2.0
description: WifiDog Captive Portal Gateway
notification_email: [email protected]
build_command_prepend: ./autogen.sh && ./.travis_configure_wrapper.sh
build_command: make
branch_pattern: coverity_scan