Files
voukoder-ffmpeg/.github/workflows/build.yml
Daniel Stankewitz 8d121ed665 Update build.yml
2022-07-14 10:41:28 +02:00

26 lines
452 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: master
ffmpeg-static-release:
uses: ./.github/workflows/ffmpeg.yml
with:
env: windows-2022
source: ffmpeg
type: static
config: release
ffmpegRef: master