Update tests.yml

This commit is contained in:
Luis Garcia 2020-07-26 15:27:38 -06:00 committed by GitHub
parent 92d49a104c
commit 4c0c6fcc3d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -30,6 +30,7 @@ jobs:
- name: rav1e
flags: -enc rav1e
- name: x265
encoder: x265
flags: -enc x265
- name: workers
flags: -w 2
@ -58,7 +59,7 @@ jobs:
apt-get update && apt-get install -y ${{ env.deps }}
pip3 install -r requirements.txt
- name: Install x265
if: matrix.name == 'x265'
if: matrix.encoder == 'x265'
run: |
apt-get install -y ${{ env.x265_deps }}
hg clone https://bitbucket.org/multicoreware/x265
@ -66,7 +67,6 @@ jobs:
cmake -G "Unix Makefiles" -DENABLE_SHARED=off ../../source
make -j$(nproc)
make install
x265 --help
- name: Download videos
run: |
for url in raw.githubusercontent.com/OpenVisualCloud/SVT-AV1-Resources/master randomderp.com; do