Skip to content

Commit

Permalink
Merge pull request #29 from fwcd/ci
Browse files Browse the repository at this point in the history
Add CI build
  • Loading branch information
fwcd authored Sep 19, 2024
2 parents 6f6fa55 + 7e78b46 commit 1c9f223
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name: Build

on:
push:
branches:
- main
pull_request:

jobs:
build:
runs-on: macos-latest

steps:
- uses: actions/checkout@v4
- name: Build ${{ matrix.scheme }}
run: >
xcodebuild
-scheme "The Rhythm of Salsa"
-destination "generic/platform=iOS"
CODE_SIGN_IDENTITY=""
CODE_SIGNING_REQUIRED=NO
CODE_SIGNING_ALLOWED=NO
working-directory: The Rhythm Of Salsa.swiftpm
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# The Rhythm of Salsa

[![Build](https://github.com/fwcd/the-rhythm-of-salsa/actions/workflows/build.yml/badge.svg)](https://github.com/fwcd/the-rhythm-of-salsa/actions/workflows/build.yml)

A beat sequencer for Salsa music featuring an interactive introduction.

<div align="center">
Expand Down

0 comments on commit 1c9f223

Please sign in to comment.