mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-06-01 16:48:16 +08:00
16
.github/workflows/build.yml
vendored
16
.github/workflows/build.yml
vendored
@@ -82,22 +82,22 @@ jobs:
|
|||||||
working-directory: ${{ env.FLUTTER_ROOT }}
|
working-directory: ${{ env.FLUTTER_ROOT }}
|
||||||
# https://github.com/flutter/flutter/issues/182281
|
# https://github.com/flutter/flutter/issues/182281
|
||||||
run: |
|
run: |
|
||||||
git config --global user.name "ci"
|
git config --global user.name "ci"
|
||||||
git config --global user.email "example@example.com"
|
git config --global user.email "example@example.com"
|
||||||
git stash || true
|
git stash || true
|
||||||
git revert 362b1de29974ffc1ed6faa826e1df870d7bec75f --no-edit
|
git revert 362b1de29974ffc1ed6faa826e1df870d7bec75f --no-edit
|
||||||
git reset --soft HEAD~1
|
git reset --soft HEAD~1
|
||||||
git stash pop || true
|
git stash pop || true
|
||||||
continue-on-error: true
|
continue-on-error: true
|
||||||
|
|
||||||
- name: apply bottom sheet patch
|
- name: apply bottom sheet patch
|
||||||
working-directory: ${{ env.FLUTTER_ROOT }}
|
working-directory: ${{ env.FLUTTER_ROOT }}
|
||||||
run: git apply $GITHUB_WORKSPACE/lib/scripts/bottom_sheet_patch.diff
|
run: git apply $GITHUB_WORKSPACE/lib/scripts/bottom_sheet_patch.diff || true
|
||||||
continue-on-error: true
|
continue-on-error: true
|
||||||
|
|
||||||
- name: apply modal barrier patch
|
- name: apply modal barrier patch
|
||||||
working-directory: ${{ env.FLUTTER_ROOT }}
|
working-directory: ${{ env.FLUTTER_ROOT }}
|
||||||
run: git apply $GITHUB_WORKSPACE/lib/scripts/modal-barrier-patch.diff
|
run: git apply $GITHUB_WORKSPACE/lib/scripts/modal-barrier-patch.diff || true
|
||||||
continue-on-error: true
|
continue-on-error: true
|
||||||
|
|
||||||
- name: Write key
|
- name: Write key
|
||||||
|
|||||||
2
.github/workflows/ios.yml
vendored
2
.github/workflows/ios.yml
vendored
@@ -32,7 +32,7 @@ jobs:
|
|||||||
|
|
||||||
- name: apply modal barrier patch
|
- name: apply modal barrier patch
|
||||||
working-directory: ${{ env.FLUTTER_ROOT }}
|
working-directory: ${{ env.FLUTTER_ROOT }}
|
||||||
run: git apply $GITHUB_WORKSPACE/lib/scripts/modal-barrier-patch.diff
|
run: git apply $GITHUB_WORKSPACE/lib/scripts/modal-barrier-patch.diff || true
|
||||||
continue-on-error: true
|
continue-on-error: true
|
||||||
|
|
||||||
- name: Build iOS
|
- name: Build iOS
|
||||||
|
|||||||
2
.github/workflows/linux_x64.yml
vendored
2
.github/workflows/linux_x64.yml
vendored
@@ -53,7 +53,7 @@ jobs:
|
|||||||
|
|
||||||
- name: apply modal barrier patch
|
- name: apply modal barrier patch
|
||||||
working-directory: ${{ env.FLUTTER_ROOT }}
|
working-directory: ${{ env.FLUTTER_ROOT }}
|
||||||
run: git apply $GITHUB_WORKSPACE/lib/scripts/modal-barrier-patch.diff
|
run: git apply $GITHUB_WORKSPACE/lib/scripts/modal-barrier-patch.diff || true
|
||||||
continue-on-error: true
|
continue-on-error: true
|
||||||
|
|
||||||
#TODO: deb and rpm packages need to be build
|
#TODO: deb and rpm packages need to be build
|
||||||
|
|||||||
4
.github/workflows/mac.yml
vendored
4
.github/workflows/mac.yml
vendored
@@ -32,7 +32,7 @@ jobs:
|
|||||||
|
|
||||||
- name: apply modal barrier patch
|
- name: apply modal barrier patch
|
||||||
working-directory: ${{ env.FLUTTER_ROOT }}
|
working-directory: ${{ env.FLUTTER_ROOT }}
|
||||||
run: git apply $GITHUB_WORKSPACE/lib/scripts/modal-barrier-patch.diff
|
run: git apply $GITHUB_WORKSPACE/lib/scripts/modal-barrier-patch.diff || true
|
||||||
continue-on-error: true
|
continue-on-error: true
|
||||||
|
|
||||||
- name: Build Mac
|
- name: Build Mac
|
||||||
@@ -41,7 +41,7 @@ jobs:
|
|||||||
- name: Prepare Upload
|
- name: Prepare Upload
|
||||||
run: |
|
run: |
|
||||||
npm install --global create-dmg
|
npm install --global create-dmg
|
||||||
create-dmg build/macos/Build/Products/Release/PiliPlus.app
|
create-dmg build/macos/Build/Products/Release/PiliPlus.app || true
|
||||||
continue-on-error: true
|
continue-on-error: true
|
||||||
|
|
||||||
- name: Rename DMG
|
- name: Rename DMG
|
||||||
|
|||||||
2
.github/workflows/win_x64.yml
vendored
2
.github/workflows/win_x64.yml
vendored
@@ -28,7 +28,7 @@ jobs:
|
|||||||
|
|
||||||
- name: apply modal barrier patch
|
- name: apply modal barrier patch
|
||||||
working-directory: ${{ env.FLUTTER_ROOT }}
|
working-directory: ${{ env.FLUTTER_ROOT }}
|
||||||
run: git apply $env:GITHUB_WORKSPACE\lib\scripts\modal-barrier-patch.diff
|
run: git apply $env:GITHUB_WORKSPACE\lib\scripts\modal-barrier-patch.diff || true
|
||||||
shell: pwsh
|
shell: pwsh
|
||||||
continue-on-error: true
|
continue-on-error: true
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user