Skip to content

Merge branch 'main' of github.com:CubeStuffs/CubeTime #123

Merge branch 'main' of github.com:CubeStuffs/CubeTime

Merge branch 'main' of github.com:CubeStuffs/CubeTime #123

Workflow file for this run

name: Build-CI
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build-and-test:
runs-on: macos-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: latest-stable
- name: Build and test
run: xcodebuild clean build -project CubeTime.xcodeproj -scheme "CubeTime" CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO