forked from 1100101/Automatic
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.travis.yml
More file actions
21 lines (18 loc) · 742 Bytes
/
.travis.yml
File metadata and controls
21 lines (18 loc) · 742 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
language: c
compiler: gcc
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: "Ysin0s3j16SENbMtvulpD9vB1YwjQdGkLp5F9RRQCC0t7wxRPZX7yItSxvYBCRFE7yikuqFXq9792bcImQvrcH0CIalGsfjC8We3B2zCS4rxIVbNyc1kW3QaCoVjXSqSEnyjUr4ca+HtbwVXV3o40rodh7ACnqBMNq3MlyAkmAU="
addons:
coverity_scan:
project:
name: "1100101/Automatic"
description: "Build submitted via Travis CI"
notification_email: 1100101@gmail.com
build_command_prepend: "./autogen.sh; ./configure; make clean"
build_command: "make"
branch_pattern: coverity_scan
# Change this to your needs
script: ./autogen.sh && ./configure && make