forked from openwall/john
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.travis.yml
58 lines (46 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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
language: c
dist: trusty
services: docker
env:
global:
# The next declration is the encrypted COVERITY_SCAN_TOKEN, created
# via the "travis encrypt" command using the project repo's public key
- secure: "FJ1/E5vVttd4+cFLQVdFt4rHNX28aGIvAWXduy6ZqQgZbfa0omsHcZXAq0t1qFz14ryTxEtxqY/aXw6OSG+t6a8OyrOi9jEdTIUpEDCyPvdZ299injPt1SiJRxzoDNo1CquwUE20y2pFOnTpVp6bIkH49o0oAxBijtb5fDj54KY="
matrix:
include:
- os: linux
compiler: gcc
env: ASAN="" OPENCL="yes"
- os: linux
compiler: clang
env: ASAN=""
- os: linux
compiler: clang
env: ASAN="--enable-asan"
- os: linux
env: ASAN="--enable-asan" TEST="fresh test"
- os: linux
compiler: gcc
env: ASAN="" OPENCL="yes" TEST="encoding"
- os: linux
compiler: clang
env: ASAN="" OPENCL="yes" TEST="encoding"
- os: osx
osx_image: xcode8.3
env: ASAN="" OPENCL="yes"
allow_failures:
- os: linux
compiler: clang
env: ASAN="--enable-asan"
fast_finish: true
script:
- .travis/check.sh
addons:
coverity_scan:
project:
name: "magnumripper/JohnTheRipper"
description: "http://openwall.com/john"
notification_email: [email protected]
build_command_prepend:
build_command: "cd src && ./configure --enable-werror && make -sj4 && echo -e '[Disabled:Formats]\nRaw-SHA512-free-opencl = Y\nXSHA512-free-opencl = Y' > john-local.conf && ../run/john -test-full=0"
branch_pattern: coverity_scan