Dump the build settings for diagnostics

This commit is contained in:
Maurice Parker 2019-10-09 23:40:38 -05:00
parent 0caccff880
commit 428e5a2822

View File

@ -15,9 +15,12 @@ jobs:
- name: Switch to Xcode 11 - name: Switch to Xcode 11
run: sudo xcode-select -s /Applications/Xcode_11.app run: sudo xcode-select -s /Applications/Xcode_11.app
- name: xcodebuild -showBuildSettings
run: xcodebuild -showBuildSettings
- name: Run Build - name: Run Build
env: env:
ENCRYPTION_SECRET: ${{ secrets.ENCRYPTION_SECRET }} ENCRYPTION_SECRET: ${{ secrets.ENCRYPTION_SECRET }}
KEY_SECRET: ${{ secrets.KEY_SECRET }} KEY_SECRET: ${{ secrets.KEY_SECRET }}
run: buildscripts/ci-build.sh run: buildscripts/ci-build.sh