Skip to content

Commit

Permalink
Create status-check.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
WindowsMEMZ authored Nov 26, 2023
1 parent 2b27b72 commit c7c4abc
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .github/workflows/status-check.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name: Status Check Workflow

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

jobs:
build:
name: Check Build
runs-on: macos-13
steps:
- name: Checkout
uses: actions/checkout@v3

- name: Set Xcode Version
run: sudo xcode-select -s /Applications/Xcode_15.0.app

- name: Build DarockBili App
run: |
xcodebuild -scheme 'DarockBili Watch App' -configuration Release build CODE_SIGN_IDENTITY=""

0 comments on commit c7c4abc

Please sign in to comment.