Files
voukoder-ffmpeg/.github/workflows/build.yml
Daniel Stankewitz 55949027f5 Update build.yml
2022-07-14 12:49:13 +02:00

26 lines
462 B
YAML

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