Skip to content

Commit fc8d664

Browse files
authored
Create main.yml
Add Github actions
1 parent 77d88f3 commit fc8d664

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

.github/workflows/main.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
name: CI
2+
3+
on: [push]
4+
5+
jobs:
6+
macos:
7+
name: macOS
8+
runs-on: macOS-latest
9+
strategy:
10+
matrix:
11+
action:
12+
- iOS
13+
steps:
14+
- uses: actions/checkout@v1
15+
- name: Xcode version
16+
run: sudo xcode-select -s /Applications/Xcode.app
17+
- name: Install and Test
18+
run: cd Framework; bundle install; bundle exec fastlane build

0 commit comments

Comments
 (0)