Skip to content

Commit dc7d9b0

Browse files
committed
add build.yml
1 parent 9bc0c91 commit dc7d9b0

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.github/workflows/build.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
name: Build
2+
3+
on:
4+
push:
5+
branches: [ kivy-ios ]
6+
pull_request:
7+
branches: [ kivy-ios ]
8+
9+
jobs:
10+
build:
11+
12+
runs-on: macos-latest
13+
14+
steps:
15+
- uses: actions/checkout@v2
16+
- run: sh Scripts/toolchain.sh

0 commit comments

Comments
 (0)