Skip to content
This repository has been archived by the owner on May 30, 2024. It is now read-only.

Commit

Permalink
Merge branch 'macos-appkit-with-nsui' of github.com:martindufort/Pill…
Browse files Browse the repository at this point in the history
…boxView into macos-appkit-with-nsui
  • Loading branch information
martindufort committed Dec 29, 2023
2 parents fdba61d + 6c3ec40 commit a358b8d
Showing 1 changed file with 3 additions and 10 deletions.
13 changes: 3 additions & 10 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
matrix:
destination:
- "platform=macOS"
- "platform=macOS,variant=Mac Catalyst"
# - "platform=macOS,variant=Mac Catalyst"
- "platform=iOS Simulator,name=iPhone 11"

steps:
Expand All @@ -32,12 +32,5 @@ jobs:
run: brew install xcbeautify
- name: Show buildable schemes
run: xcodebuild -list
- name: Set Scheme
run: |
scheme_list=$(xcodebuild -list -json | tr -d "\n")
default=$(echo $scheme_list | ruby -e "require 'json'; puts JSON.parse(STDIN.gets)['project']['targets'][0]")
echo $default | cat >default
echo Using default scheme: $default
- name: Test for each platform
run: |
set -o pipefail && xcodebuild -scheme "$scheme" -destination "${{ matrix.destination }}" test | xcbeautify --renderer github-actions
- name: Test Each Platform
run: set -o pipefail && xcodebuild -scheme PillboxView -destination "${{ matrix.destination }}" test | xcbeautify --renderer github-actions

0 comments on commit a358b8d

Please sign in to comment.