new: make better ci and building applications
This commit is contained in:
@@ -6,9 +6,56 @@ releases:
|
||||
package:
|
||||
platform: windows
|
||||
target: exe
|
||||
- name: release-android-bundle
|
||||
|
||||
- name: release-android-apk
|
||||
package:
|
||||
platform: android
|
||||
target: apk
|
||||
build_args:
|
||||
target-platform: android-arm,android-arm64,android-x64
|
||||
target-platform: android-arm,android-arm64,android-x64
|
||||
|
||||
- name: release-android-bundle
|
||||
package:
|
||||
platform: android
|
||||
target: aab
|
||||
build_args:
|
||||
target-platform: android-arm,android-arm64,android-x64
|
||||
|
||||
|
||||
- name: release-linux
|
||||
package:
|
||||
platform: windows
|
||||
target: exe
|
||||
|
||||
- name: release-ios-ipa
|
||||
package:
|
||||
platform: ios
|
||||
target: ipa
|
||||
|
||||
|
||||
- name: Release-Android
|
||||
jobs:
|
||||
- name: release-android-apk
|
||||
package:
|
||||
platform: android
|
||||
target: apk
|
||||
build_args:
|
||||
target-platform: android-arm,android-arm64,android-x64
|
||||
|
||||
- name: release-android-bundle
|
||||
package:
|
||||
platform: android
|
||||
target: aab
|
||||
build_args:
|
||||
target-platform: android-arm,android-arm64,android-x64
|
||||
|
||||
- name: Release-Linux
|
||||
- name: release-linux
|
||||
package:
|
||||
platform: windows
|
||||
target: exe
|
||||
|
||||
- name: release-ios-ipa
|
||||
package:
|
||||
platform: ios
|
||||
target: ipa
|
||||
Reference in New Issue
Block a user