Skip to content

Specify swift-syntax version in manifest #49

Specify swift-syntax version in manifest

Specify swift-syntax version in manifest #49

Workflow file for this run

name: "[Csv2ImgCmd] Build and Test Sources"
on:
push:
branches:
- main
pull_request:
branches:
- main
- develop
jobs:
test:
name: "Build Csv2ImgCmd"
runs-on: macos-12
steps:
- uses: actions/checkout@v3
- uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: latest-stable
- name: Install xcbeautify
run: brew install xcbeautify
- name: Build and Test
run: |
set -o pipefail && \
xcodebuild -scheme Csv2ImgCmd \
clean build test \
-destination 'platform=OS X,arch=x86_64' \
| xcbeautify