Skip to content

Commit

Permalink
Add github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
melund committed Jan 13, 2025
1 parent 96422da commit 13fdf31
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
on:
workflow_dispatch: {}


jobs:
build:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4

- run: |
./cross_compile_ffmpeg.sh
- uses: actions/upload-artifact@v3
with:
name: ffmpeg
path: sandbox/cross_compilers/mingw-w64-x86_64/x86_64-w64-mingw32/bin/ffmpeg.exe

0 comments on commit 13fdf31

Please sign in to comment.