-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.travis.yml
50 lines (42 loc) · 1.4 KB
/
.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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
language: c
language: java
jdk: oraclejdk8
sudo: required
branches:
only:
- master
- java9
addons:
apt:
packages:
- oracle-java8-installer
- libonig-dev
- valgrind
- bison
before_install:
- sudo apt-get update
- sudo apt-get install ant-optional
- sudo apt-get install perl
- sudo apt-get install gettext
- curl -L https://cpanmin.us | sudo perl - --sudo App::cpanminus
- sudo cpanm File::Grep
- ./before_install_jq
install:
- ./install_jq
before_script:
- ./before_script_jq
script: "cat /home/travis/build/cinquin/mutinack/cov-int/build-log.txt ; rm -Rf build bin lib_unjarred && ant clean insert-git-info unjar_dependencies && ant jar junitreport && ./build_jq && (cd nailgun && make && mvn install) && ./run_functional_tests"
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: "Otg4WpE9kRMo7Bbej550R58P/dj9T9tZB9O9vn6cvV0nkaNxcmZ2lMdEdeDfTVatoqPtHeMqu2bafvLpw+q1OKAeSsfmPiKzLRSZjl43rO7qZ6Sqr/Zkky6NoAKp4x10CgfDOFjzdCBl6GMPdARH7n7JcYXneWLi64V/CgcW76E="
addons:
coverity_scan:
project:
name: "cinquin/mutinack"
description: "<Your project description here>"
notification_email: olivier.cinquin@uci.edu
build_command_prepend: "ant clean"
build_command: "ant"
branch_pattern: "coverity"