Skip to content

Commit 7194a1e

Browse files
committed
Merge branch 'master' of github.com:kewlbear/FFmpeg-iOS-build-script
2 parents f4e6889 + cf3e985 commit 7194a1e

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

‎.github/workflows/build.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
name: CI
2+
3+
on: [push]
4+
5+
jobs:
6+
build:
7+
8+
runs-on: macOS-latest
9+
10+
steps:
11+
- uses: actions/checkout@v1
12+
- name: build
13+
run: ./build-ffmpeg.sh 2>.stderr

0 commit comments

Comments
 (0)