mirror of
https://github.com/BtbN/FFmpeg-Builds.git
synced 2025-05-22 19:09:02 +02:00
Build ffmpeg variants
This commit is contained in:
parent
f4ed3a8008
commit
75d2e07732
10
.github/workflows/build.yml
vendored
10
.github/workflows/build.yml
vendored
@ -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/*
|
||||
|
Loading…
x
Reference in New Issue
Block a user