1
0
mirror of https://github.com/Toxblh/MTMR.git synced 2026-01-11 01:18:39 +00:00

upd flows

This commit is contained in:
Anton Palgunov 2020-02-11 23:37:20 +00:00
parent e1583e5255
commit b4c4067fd0
2 changed files with 4 additions and 7 deletions

View File

@ -9,9 +9,6 @@ jobs:
steps:
- uses: actions/checkout@v1
- name: install xcpretty
run: gem install xcpretty
- name: Force Xcode 11
run: sudo xcode-select -switch /Applications/Xcode_11.3.app

View File

@ -22,10 +22,10 @@ jobs:
- name: Install create-dmg
run: npm i -g create-dmg
# - name: Build Archive
# run: xcodebuild archive -project "MTMR.xcodeproj" -scheme "MTMR" -archivePath Release/App.xcarchive | xcpretty
- name: Build Archive
run: xcodebuild archive -project "MTMR.xcodeproj" -scheme "MTMR" -archivePath Release/App.xcarchive DEVELOPMENT_TEAM="" CODE_SIGN_IDENTITY="" | xcpretty -c && exit ${PIPESTATUS[0]}
# - name: Build App
# run: xcodebuild -project "MTMR.xcodeproj" -exportArchive -archivePath Release/App.xcarchive -exportOptionsPlist export-options.plist -exportPath Release | xcpretty
- name: Build App
run: xcodebuild -project "MTMR.xcodeproj" -exportArchive -archivePath Release/App.xcarchive -exportOptionsPlist export-options.plist -exportPath Release | xcpretty -c && exit ${PIPESTATUS[0]}