Skip to content

Small cleanup for #350 #115

Small cleanup for #350

Small cleanup for #350 #115

Workflow file for this run

name: Build Phoenix
on:
push:
branches:
- master
pull_request:
branches:
- master
workflow_dispatch:
jobs:
build:
runs-on: macos-14
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 22.2.0
- name: Build docs
working-directory: docs
run: |
npm ci
npm run lint
npm run build
- name: Install ClangFormat
run: brew install clang-format
- name: Build Launcher
uses: sersoft-gmbh/xcodebuild-action@v3
with:
workspace: Phoenix.xcworkspace
scheme: Launcher
action: test build
- name: Build Phoenix
uses: sersoft-gmbh/xcodebuild-action@v3
with:
workspace: Phoenix.xcworkspace
scheme: Phoenix
action: test build