Build ffmpeg variants

This commit is contained in:
BtbN 2020-09-03 16:40:19 +02:00
parent f4ed3a8008
commit 75d2e07732

View file

@ -75,3 +75,13 @@ jobs:
matrix:
target: [win64]
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/*