-
Notifications
You must be signed in to change notification settings - Fork 0
/
.travis.yml
25 lines (23 loc) · 926 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
language: c
compiler:
- gcc
- clang
# Change this to your needs
script: touch configure.ac aclocal.m4 configure Makefile.am Makefile.in config.h.in; ./configure && make
before_install:
- sudo apt-get update -qq
- sudo apt-get install -y autotools-dev pkg-config libxfixes-dev x11proto-xext-dev
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: "OmR8kvQ6hYSJBe3vDMFgB288MVe6ENAKzY58m2lFACLvSEYdrt1Nyh8fKrBT+uu2CBtAzmurbMbP/BBBJn3Rr6UsVf8N8Mg1D+qc0v0Jbk+jqWONx+dwLh/2ImPf5X825QEl7TvjFAAiGhhLdYhR6PBKT+pdN5X33GElzhvBR48="
addons:
coverity_scan:
project:
name: "oyranos-cms/libxcm"
description: "Build submitted via Travis CI"
notification_email: [email protected]
build_command_prepend: "./configure; make clean"
build_command: "make -j 4"
branch_pattern: master