Files
voukoder-ffmpeg/.github/workflows/build.yml
Daniel Stankewitz eed4f3bfd2 Update build.yml
2022-08-03 19:35:03 +02:00

24 lines
426 B
YAML

name: Build all
on:
workflow_dispatch:
schedule:
- cron: "0 1 * * *"
jobs:
ffmpeg-static-debug:
uses: ./.github/workflows/ffmpeg.yml
with:
system: windows-2022
type: static
config: debug
ffmpegRef: release/5.1
ffmpeg-static-release:
uses: ./.github/workflows/ffmpeg.yml
with:
system: windows-2022
type: static
config: release
ffmpegRef: release/5.1