mirror of
https://github.com/master-of-zen/Av1an.git
synced 2024-11-25 02:29:40 +00:00
Update tests.yml
This commit is contained in:
parent
92d49a104c
commit
4c0c6fcc3d
1 changed files with 2 additions and 2 deletions
4
.github/workflows/tests.yml
vendored
4
.github/workflows/tests.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue