Prepare to add the iOS build

This commit is contained in:
Maurice Parker
2019-10-10 20:02:50 -05:00
parent 8656753423
commit b0bb64c4bf
6 changed files with 14 additions and 9 deletions

View File

@@ -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