Skip to content

more localisation support #144

more localisation support

more localisation support #144

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