Skip to content

Commit cf3e985

Browse files
authored
Update and rename blank.yml to build.yml
1 parent 6fb37b6 commit cf3e985

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)