forked from strukturag/libde265
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.travis.yml
70 lines (65 loc) · 3.12 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
59
60
61
62
63
64
65
66
67
68
69
70
# stats available at
# https://travis-ci.org/strukturag/libde265/
language: cpp
compiler:
- gcc
cache: ccache
addons:
apt:
update: true
env:
- HOST= WINE= DECODESTREAMS=
- HOST=i686-w64-mingw32 WINE=wine DECODESTREAMS=
- HOST=x86_64-w64-mingw32 WINE=wine64 DECODESTREAMS=
- HOST=arm-linux-gnueabihf WINE= DECODESTREAMS=
- HOST=cmake WINE= DECODESTREAMS=
- HOST= WINE= DECODESTREAMS=libde265-teststreams-fuzzing THREADING=
- HOST= WINE= DECODESTREAMS=libde265-teststreams-fuzzing THREADING=--single-threaded
- HOST= WINE= DECODESTREAMS=libde265-teststreams-nolf THREADING=
- HOST= WINE= DECODESTREAMS=libde265-teststreams-nolf THREADING=--single-threaded
- HOST= WINE= DECODESTREAMS=libde265-teststreams-sao THREADING=
- HOST= WINE= DECODESTREAMS=libde265-teststreams-sao THREADING=--single-threaded
- HOST= WINE= DECODESTREAMS=libde265-teststreams-tiles THREADING=
- HOST= WINE= DECODESTREAMS=libde265-teststreams-tiles THREADING=--single-threaded
- HOST= WINE= DECODESTREAMS=libde265-teststreams-tiles-nolf THREADING=
- HOST= WINE= DECODESTREAMS=libde265-teststreams-tiles-nolf THREADING=--single-threaded
- HOST= WINE= DECODESTREAMS=libde265-teststreams-weighted THREADING=
- HOST= WINE= DECODESTREAMS=libde265-teststreams-weighted THREADING=--single-threaded
- HOST= WINE= DECODESTREAMS=libde265-teststreams-wpp-nolf THREADING=
- HOST= WINE= DECODESTREAMS=libde265-teststreams-wpp-nolf THREADING=--single-threaded
matrix:
include:
- compiler: clang
env: HOST= WINE= DECODESTREAMS=
- os: osx
compiler: clang
env: HOST= WINE= DECODESTREAMS=
- os: osx
compiler: gcc
env: HOST= WINE= DECODESTREAMS=
- os: osx
compiler: gcc
env: HOST=cmake WINE= DECODESTREAMS=
allow_failures:
- env: HOST= WINE= DECODESTREAMS=libde265-teststreams-fuzzing THREADING=
- env: HOST= WINE= DECODESTREAMS=libde265-teststreams-fuzzing THREADING=--single-threaded
- env: HOST= WINE= DECODESTREAMS=libde265-teststreams-nolf THREADING=
- env: HOST= WINE= DECODESTREAMS=libde265-teststreams-nolf THREADING=--single-threaded
- env: HOST= WINE= DECODESTREAMS=libde265-teststreams-sao THREADING=
- env: HOST= WINE= DECODESTREAMS=libde265-teststreams-sao THREADING=--single-threaded
- env: HOST= WINE= DECODESTREAMS=libde265-teststreams-tiles THREADING=
- env: HOST= WINE= DECODESTREAMS=libde265-teststreams-tiles THREADING=--single-threaded
- env: HOST= WINE= DECODESTREAMS=libde265-teststreams-tiles-nolf THREADING=
- env: HOST= WINE= DECODESTREAMS=libde265-teststreams-tiles-nolf THREADING=--single-threaded
- env: HOST= WINE= DECODESTREAMS=libde265-teststreams-weighted THREADING=
- env: HOST= WINE= DECODESTREAMS=libde265-teststreams-weighted THREADING=--single-threaded
- env: HOST= WINE= DECODESTREAMS=libde265-teststreams-wpp-nolf THREADING=
- env: HOST= WINE= DECODESTREAMS=libde265-teststreams-wpp-nolf THREADING=--single-threaded
before_install:
- ./scripts/ci-before-install-$TRAVIS_OS_NAME.sh
install:
- git clone https://github.com/strukturag/libde265-data.git
before_script:
- ./scripts/ci-before-script.sh
script:
- ./scripts/ci-run.sh