mirror of
https://github.com/Toxblh/MTMR.git
synced 2026-01-11 17:38:38 +00:00
final build test
This commit is contained in:
parent
b4c4067fd0
commit
75d2bdf92c
8
.github/workflows/build-test.yml
vendored
8
.github/workflows/build-test.yml
vendored
@ -9,9 +9,6 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v1
|
- uses: actions/checkout@v1
|
||||||
|
|
||||||
- name: Force Xcode 11
|
|
||||||
run: sudo xcode-select -switch /Applications/Xcode_11.3.app
|
|
||||||
|
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
run: xcodebuild test -project MTMR.xcodeproj -scheme 'UnitTests' | xcpretty -c && exit ${PIPESTATUS[0]}
|
run: xcodebuild test -project MTMR.xcodeproj -scheme 'UnitTests' | xcpretty -c && exit ${PIPESTATUS[0]}
|
||||||
|
|
||||||
@ -26,8 +23,3 @@ jobs:
|
|||||||
|
|
||||||
- name: Build App
|
- name: Build App
|
||||||
run: xcodebuild -project "MTMR.xcodeproj" -exportArchive -archivePath Release/App.xcarchive -exportOptionsPlist export-options.plist -exportPath Release | xcpretty -c && exit ${PIPESTATUS[0]}
|
run: xcodebuild -project "MTMR.xcodeproj" -exportArchive -archivePath Release/App.xcarchive -exportOptionsPlist export-options.plist -exportPath Release | xcpretty -c && exit ${PIPESTATUS[0]}
|
||||||
|
|
||||||
- uses: actions/upload-artifact@v1
|
|
||||||
with:
|
|
||||||
name: MTMR.app
|
|
||||||
path: Release/App.xcarchive/Products/Applications
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user