Skip to content

feat(player): add progress and configurable judgement windows #12

feat(player): add progress and configurable judgement windows

feat(player): add progress and configurable judgement windows #12

Workflow file for this run

name: CI
on:
push:
branches: [main, feat/**, fix/**, chore/**, docs/**]
pull_request:
jobs:
build-and-test:
runs-on: macos-13
steps:
- uses: actions/checkout@v4
- name: Install XcodeGen
run: brew install xcodegen
- name: Generate project
run: xcodegen generate
- name: Build
run: xcodebuild -project RhythmReplica.xcodeproj -scheme RhythmReplica -destination 'platform=macOS' build
- name: Test
run: xcodebuild -project RhythmReplica.xcodeproj -scheme RhythmReplica -destination 'platform=macOS' test