Skip to content

Commit

Permalink
Add CI
Browse files Browse the repository at this point in the history
  • Loading branch information
saagarjha committed Jan 20, 2024
1 parent 1a978d6 commit c02d9a5
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 1 deletion.
27 changes: 27 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
name: CI

on:
push:
pull_request:
branches: [main]

jobs:
test:
strategy:
matrix:
scheme: [macOS, visionOS]
runs-on: macos-13
steps:
- name: Checkout
uses: actions/checkout@v3

- name: Select Xcode
run: sudo xcode-select -s /Applications/Xcode_15.2.app

- name: System Info
run: |
uname -a
xcodebuild -version
- name: Build
run: xcodebuild -project MacCast.xcodeproj -scheme ${{ matrix.scheme }} -destination "generic/platform=${{ matrix.scheme }}" CODE_SIGNING_ALLOWED=NO
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"location" : "https://github.com/saagarjha/AppleConnect.git",
"state" : {
"branch" : "main",
"revision" : "fc826eca2b50cdec69781c82c4dd03a2d9e51981"
"revision" : "2ae05663ac072f5bbbdb18e3c9dd7cbc2fd4462a"
}
},
{
Expand Down

0 comments on commit c02d9a5

Please sign in to comment.