mirror of
https://github.com/Toxblh/MTMR.git
synced 2026-01-12 09:58:38 +00:00
upd flows
This commit is contained in:
parent
e1583e5255
commit
b4c4067fd0
3
.github/workflows/build-test.yml
vendored
3
.github/workflows/build-test.yml
vendored
@ -9,9 +9,6 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v1
|
- uses: actions/checkout@v1
|
||||||
|
|
||||||
- name: install xcpretty
|
|
||||||
run: gem install xcpretty
|
|
||||||
|
|
||||||
- name: Force Xcode 11
|
- name: Force Xcode 11
|
||||||
run: sudo xcode-select -switch /Applications/Xcode_11.3.app
|
run: sudo xcode-select -switch /Applications/Xcode_11.3.app
|
||||||
|
|
||||||
|
|||||||
8
.github/workflows/publish.yml
vendored
8
.github/workflows/publish.yml
vendored
@ -22,10 +22,10 @@ jobs:
|
|||||||
- name: Install create-dmg
|
- name: Install create-dmg
|
||||||
run: npm i -g create-dmg
|
run: npm i -g create-dmg
|
||||||
|
|
||||||
# - name: Build Archive
|
- name: Build Archive
|
||||||
# run: xcodebuild archive -project "MTMR.xcodeproj" -scheme "MTMR" -archivePath Release/App.xcarchive | xcpretty
|
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
|
- name: Build App
|
||||||
# run: xcodebuild -project "MTMR.xcodeproj" -exportArchive -archivePath Release/App.xcarchive -exportOptionsPlist export-options.plist -exportPath Release | xcpretty
|
run: xcodebuild -project "MTMR.xcodeproj" -exportArchive -archivePath Release/App.xcarchive -exportOptionsPlist export-options.plist -exportPath Release | xcpretty -c && exit ${PIPESTATUS[0]}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user