forked from codestation/vitamtp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.travis.yml
35 lines (27 loc) · 785 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
32
33
34
35
language: c
os:
- linux
compiler:
- gcc
branches:
only:
- master
before_install:
- sudo apt-get install -y libxml2-dev libusb-1.0-0-dev autotools-dev automake libtool pkg-config gettext
before_script:
- ./autogen.sh
script:
- ./configure
- make
env:
global:
- secure: "XRSSc+CVblNLncZCP1S9ffE2n3apun9LixLrXAxciSgpo/nFTKa7JqRLl109YSWA7FUfqOov4l812QUOrrN2z6sJ4m58SBx+jHYF3lhDtMGVuWYv0aSBITc5+IXw61hVAKon2gYeBPJ6vOA1b/IeSXGmx/dBu44AIr2wB5GOy6c="
addons:
coverity_scan:
project:
name: "codestation/vitamtp"
description: "Library to interact with Vita's USB MTP protocol"
notification_email: codestation404@gmail.com
build_command_prepend: "./autogen.sh ; ./configure"
build_command: "make -j4"
branch_pattern: coverity_scan