mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Prepare to add the iOS build
This commit is contained in:
5
.github/workflows/build.yml
vendored
5
.github/workflows/build.yml
vendored
@@ -6,6 +6,10 @@ jobs:
|
||||
build:
|
||||
|
||||
runs-on: macOS-latest
|
||||
strategy:
|
||||
matrix:
|
||||
scheme: ['NetNewsWire']
|
||||
# scheme: ['NetNewsWire', 'NetNewsWire-iOS']
|
||||
|
||||
steps:
|
||||
- name: Checkout Project
|
||||
@@ -23,4 +27,5 @@ jobs:
|
||||
env:
|
||||
ENCRYPTION_SECRET: ${{ secrets.ENCRYPTION_SECRET }}
|
||||
KEY_SECRET: ${{ secrets.KEY_SECRET }}
|
||||
SCHEME: ${{ secrets.scheme }}
|
||||
run: buildscripts/ci-build.sh
|
||||
|
||||
Reference in New Issue
Block a user