Files
voukoder-ffmpeg/.github/workflows/build.yml
Daniel Stankewitz e9e97ab726 Update build.yml
2022-07-08 07:59:57 +02:00

31 lines
555 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: 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