-
Notifications
You must be signed in to change notification settings - Fork 27
Expand file tree
/
Copy path.travis.yml
More file actions
26 lines (26 loc) · 808 Bytes
/
.travis.yml
File metadata and controls
26 lines (26 loc) · 808 Bytes
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
language: c
compiler: gcc
os: linux
dist: bionic
env:
global:
- secure: eEFxlhEYdnDyBd0RqWnTYe0iwed3LcLC8ccfXRXghGbu3Qwft5H4XPCeFpbX6SDtgJTor3ZvNVl2gi5J9zbMUmZI8/+AIKxpq3ZPfDJ2lw8yaDw71Q0RxaDMdEHQNYVx6Aof3jSKxMPins11Poii2c18qCK8StmKlwNZmzeArmM=
addons:
apt:
update: true
packages:
- openssl
- libssl-dev
coverity_scan:
project:
name: "cleech/open-isns"
notification_email: cleech@redhat.com
build_command_prepend: "(DEB_CFLAGS_APPEND=-Wno-error dpkg-buildflags --export=sh) > env.sh && source env.sh && ./configure --with-security"
build_command: "make"
branch_pattern: coverity_scan
script:
- |
if [ "${COVERITY_SCAN_BRANCH}" != 1 ]; then
(eval $(DEB_CFLAGS_APPEND=-Wno-error dpkg-buildflags --export=sh) && ./configure --with-security)
make
fi