Build ffmpeg variants
This commit is contained in:
parent
f4ed3a8008
commit
75d2e07732
1 changed files with 10 additions and 0 deletions
10
.github/workflows/build.yml
vendored
10
.github/workflows/build.yml
vendored
|
@ -75,3 +75,13 @@ jobs:
|
||||||
matrix:
|
matrix:
|
||||||
target: [win64]
|
target: [win64]
|
||||||
variant: [gpl,lgpl]
|
variant: [gpl,lgpl]
|
||||||
|
steps:
|
||||||
|
- name: Checkout
|
||||||
|
uses: actions/checkout@v2
|
||||||
|
- name: Build ffmpeg
|
||||||
|
run: ./build.sh ${{ matrix.target }} ${{ matrix.variant }}
|
||||||
|
- name: Upload artifacts
|
||||||
|
uses: actions/upload-artifact@v2
|
||||||
|
with:
|
||||||
|
name: ffmpeg
|
||||||
|
path: artifacts/*
|
||||||
|
|
Loading…
Reference in a new issue