Files
voukoder-ffmpeg/.github/workflows/build.yml
Daniel Stankewitz 4adf604017 Update build.yml
2022-07-08 06:53:12 +02:00

31 lines
571 B
YAML

name: Build all FFmpeg versions
on:
workflow_dispatch:
schedule:
- cron: "0 1 * * *"
jobs:
ffmpeg-static-debug:
uses: ./.github/workflows/ffmpeg.yml
with:
env: windows-2022
source: cartwheel
type: static
config: debug
ffmpegRef: master
nvencRef: sdk/9.1
amfRef: master
ffmpeg-static-release:
uses: ./.github/workflows/ffmpeg.yml
with:
env: windows-2022
source: cartwheel
type: static
config: release
ffmpegRef: master
nvencRef: sdk/9.1
amfRef: master