Skip to content

Build in CI

Build in CI #2

Workflow file for this run

name: Build barista
on:
workflow_dispatch:
workflow_call:
pull_request:
push:
branches:
- main
jobs:
build:
name: Build
runs-on: macos-14
steps:
- name: Checkout repository
if: matrix.info.container == ''
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
with:
fetch-depth: 1
- name: Build
run: xcodebuild -scheme barista -configuration Pre -derivedDataPath "$RUNNER_TEMP/DerivedData" -archivePath "$RUNNER_TEMP/CodeEdit.xcarchive" -skipPackagePluginValidation archive