Skip to content

Commit

Permalink
Add CI (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
keith authored Nov 21, 2020
1 parent fc1a01c commit e5a8d42
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: Build

"on":
push:
branches: [main]
pull_request:
branches: [main]

jobs:
build:
runs-on: macos-latest
steps:
- uses: actions/checkout@v2
- name: Build
run: xcodebuild -configuration Release

0 comments on commit e5a8d42

Please sign in to comment.