Files
voukoder-ffmpeg/.github/workflows/build.yml
Daniel Stankewitz beb2862876 Update build.yml
2022-07-27 06:32:25 +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.0
ffmpeg-static-release:
uses: ./.github/workflows/ffmpeg.yml
with:
system: windows-2022
type: static
config: release
ffmpegRef: release/5.0