Skip to content

Commit

Permalink
add CI build
Browse files Browse the repository at this point in the history
  • Loading branch information
cohoe committed Dec 9, 2024
1 parent d19b703 commit 741e862
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/build_branch.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Build Branch
on: pull_request

jobs:
build:
# if: github.repository == 'jocosocial/swiftarr'
runs-on: macos-14
steps:
- name: Install Swift
uses: swift-actions/setup-swift@v2
with:
swift-version: "6.0"
- name: Checkout Swiftarr
uses: actions/checkout@v2
- name: Run Build
run: swift build -c release

0 comments on commit 741e862

Please sign in to comment.