-
-
Notifications
You must be signed in to change notification settings - Fork 458
51 lines (45 loc) · 1.73 KB
/
decode.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
name: decode
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
streams:
strategy:
fail-fast: false
matrix:
env:
- { DECODESTREAMS: "libde265-teststreams-fuzzing" }
- { DECODESTREAMS: "libde265-teststreams-fuzzing", THREADING: "--single-threaded" }
- { DECODESTREAMS: "libde265-teststreams-nolf" }
- { DECODESTREAMS: "libde265-teststreams-nolf", THREADING: "--single-threaded" }
- { DECODESTREAMS: "libde265-teststreams-sao" }
- { DECODESTREAMS: "libde265-teststreams-sao", THREADING: "--single-threaded" }
- { DECODESTREAMS: "libde265-teststreams-tiles" }
- { DECODESTREAMS: "libde265-teststreams-tiles", THREADING: "--single-threaded" }
- { DECODESTREAMS: "libde265-teststreams-tiles-nolf" }
- { DECODESTREAMS: "libde265-teststreams-tiles-nolf", THREADING: "--single-threaded" }
- { DECODESTREAMS: "libde265-teststreams-weighted" }
- { DECODESTREAMS: "libde265-teststreams-weighted", THREADING: "--single-threaded" }
- { DECODESTREAMS: "libde265-teststreams-wpp-nolf" }
- { DECODESTREAMS: "libde265-teststreams-wpp-nolf", THREADING: "--single-threaded" }
env: ${{ matrix.env }}
runs-on: ubuntu-20.04
continue-on-error: true
steps:
- uses: actions/checkout@v4
- name: Checkout sample streams
uses: actions/checkout@v4
with:
repository: strukturag/libde265-data
path: libde265-data
- name: Install dependencies
run: |
./scripts/ci-before-install-linux.sh
- name: Prepare CI
run: |
./scripts/ci-before-script.sh
- name: Run tests
run: |
./scripts/ci-run.sh