File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 49
49
matrix :
50
50
conf :
51
51
- beta-build
52
- - 1.36.0 -tests
52
+ - 1.43.1 -tests
53
53
- aom-tests
54
54
- dav1d-tests
55
55
- grcov-coveralls
62
62
include :
63
63
- conf : beta-build
64
64
toolchain : beta
65
- - conf : 1.36.0 -tests
66
- toolchain : 1.36.0
65
+ - conf : 1.43.1 -tests
66
+ toolchain : 1.43.1
67
67
- conf : aom-tests
68
68
toolchain : stable
69
69
- conf : dav1d-tests
@@ -115,7 +115,7 @@ jobs:
115
115
echo "$NASM_SHA256 nasm_${NASM_VERSION}_amd64.deb" >> CHECKSUMS
116
116
- name : Add aom
117
117
if : >
118
- matrix.conf == '1.36.0 -tests' || matrix.conf == 'aom-tests' ||
118
+ matrix.conf == '1.43.1 -tests' || matrix.conf == 'aom-tests' ||
119
119
matrix.conf == 'grcov-coveralls'
120
120
env :
121
121
LINK : http://ppa.launchpad.net/jonathonf/ffmpeg-4/ubuntu/pool/main/a/aom
@@ -131,7 +131,7 @@ jobs:
131
131
echo "$AOM_LIB_SHA256 libaom0_${AOM_VERSION}_amd64.deb" >> CHECKSUMS
132
132
- name : Add dav1d
133
133
if : >
134
- matrix.conf == '1.36.0 -tests' || matrix.conf == 'dav1d-tests' ||
134
+ matrix.conf == '1.43.1 -tests' || matrix.conf == 'dav1d-tests' ||
135
135
matrix.conf == 'grcov-coveralls' || matrix.conf == 'fuzz'
136
136
env :
137
137
LINK : http://www.deb-multimedia.org/pool/main/d/dav1d-dmo
@@ -208,8 +208,8 @@ jobs:
208
208
- name : Start sccache server
209
209
run : |
210
210
sccache --start-server
211
- - name : Run 1.36.0 tests
212
- if : matrix.toolchain == '1.36.0 ' && matrix.conf == '1.36.0 -tests'
211
+ - name : Run 1.43.1 tests
212
+ if : matrix.toolchain == '1.43.1 ' && matrix.conf == '1.43.1 -tests'
213
213
run : |
214
214
cargo test --verbose \
215
215
--features=decode_test,decode_test_dav1d,quick_test,capi
You can’t perform that action at this time.
0 commit comments