mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Build to run tests in NNW and all NNW frameworks
This commit is contained in:
11
.github/workflows/build.yml
vendored
11
.github/workflows/build.yml
vendored
@@ -20,8 +20,17 @@ jobs:
|
||||
- name: Switch to Xcode 11
|
||||
run: sudo xcode-select -s /Applications/Xcode_11.app
|
||||
|
||||
- name: xcodebuild -showBuildSettings
|
||||
- name: Build Version
|
||||
run: xcodebuild -version
|
||||
|
||||
- name: Build Settings
|
||||
run: xcodebuild -showBuildSettings
|
||||
|
||||
- name: Build SDK
|
||||
run: xcodebuild -showsdks
|
||||
|
||||
- name: Show Available Destinations
|
||||
run: xcodebuild -scheme RSDatabaseiOS -showdestinations
|
||||
|
||||
- name: Run Build
|
||||
env:
|
||||
|
||||
Reference in New Issue
Block a user