forked from kohler/gifsicle
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.travis.yml
31 lines (30 loc) · 920 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
31
language: c
compiler:
- gcc
- clang
env:
global:
# The next declaration is the encrypted COVERITY_SCAN_TOKEN, created
# via the "travis encrypt" command using the project repo's public key
- secure: "NEQUeZwTTJ+1Pdy2CpNte1nJLYRY2H8+dpvnGS2HP6U/Ok6ZQm4Zxic+ufhabuymbCV7Jvwwy6Gaj8+ObIDahhzAsiMRXSymnvFHELAnq7DiikJ2HqBvFhPzPI2/vDmEP37msGW1dloipLhdKMeuYYP++BpApnC6KVRVJDXg5JI="
matrix:
- C89=no
- C89=yes
matrix:
exclude:
- compiler: clang
env: C89=yes
script: ./configure && make check
before_script:
- if [ "$CC $C89" = "gcc yes" ]; then export CC="gcc -std=c89"; fi
- ./bootstrap.sh
sudo: false
addons:
coverity_scan:
project:
name: "kohler/gifsicle"
description: "Build submitted via Travis CI"
notification_email: ekohler@gmail.com
build_command_prepend: "./configure; make clean"
build_command: "make -j 4"
branch_pattern: coverity_scan