forked from jayhorn/jayhorn
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.travis.yml
35 lines (26 loc) · 1.42 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
language: java
env:
global:
- TMPDIR=/tmp
- secure: "TauTtOUCfCa7QIdbhmlDKFpClw6+xSwyUGDMIsDGBPETNYyoCNSFxn/u5J0V2L7g2OMvGfQprlBvmKIKCAbM+wmUz5qyEXHAn1+YXCEYtwYIi962Wehh4ZkehmCvoKloFZAA2qAgycW4Ca68obqZX5wIUfYEU7TxjofCQ7b3WL0AqZivRxknGwkBwjmCMNAhfMysjKD1OcgDKgMnzAi7J1qCX26Dyu1O9MPs54cjrNtKkNH4WTqYImrdAI385GgP04REkuUILHLspryVkKpp90l9qK2n+5ivjD210zilryC2fQjzk7j3ysqzvaD4i+O3hZTVaRAZeyEsy/lK8NcyBtAUKwPZcauosB5+nRduTCA1d23/+8cM5ZzO4EA8hZOTW2P3sJIVtvLi439YmSKBfD1ix+1us/HauqQ4O7f9DNaa1kBLgXtew3Yw28VJYDHuk7WiloGDksThkhRmy/+COZiSTYS52k4IXV+Cg+k/wonYS50PiZdRjbP1tfFQFPwIhVsuuxxK47fyzSR9VCp9WA8/Bg/GehL3ChpMUnN5+UUu8fzQF5fGcgQti5X5JAj/pqDjs0UbW350a1D0nzG6z6Posze9eP0BZ9rQM+xJG86u6ZTTyeZMf2CFx3aDZVFqASweEgcmtySR1z5SDMzeAZBUbMzPWpyUA+710YUuIU0="
jdk:
- openjdk8
before_install:
- echo -n | openssl s_client -connect scan.coverity.com:443 | sed -ne '/-BEGIN CERTIFICATE-/,/-END CERTIFICATE-/p' | sudo tee -a /etc/ssl/certs/ca-
- export LD_LIBRARY_PATH=$(pwd)/jayhorn/native_lib
script:
- ./gradlew check
after_success:
- ./gradlew jacocoRootReport coveralls
- ./deploy_results.sh
notifications:
slack: jayhorn:gYFX9JnLgy7CxzjuV1K3OoJG
addons:
coverity_scan:
project:
name: "jayhorn/jayhorn"
description: "<Your project description here>"
notification_email: [email protected]
build_command_prepend: "gradle clean"
build_command: "gradle compileJava"
branch_pattern: coverity_scan