Skip to content

Commit

Permalink
Updates CI settings.
Browse files Browse the repository at this point in the history
  • Loading branch information
zonble committed Sep 25, 2024
1 parent b964327 commit b23dd76
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,16 +42,16 @@ jobs:
run: flutter doctor -v
- name: Install dependencies
run: flutter packages get
working-directory: ${{ github.workspace }}/flutter_platform_alert/example
working-directory: example
- name: Build macOS
if: startsWith(matrix.os, 'macOS')
run: flutter build macos
working-directory: ${{ github.workspace }}/flutter_platform_alert/example
working-directory: example
- name: Build Linux
if: startsWith(matrix.os, 'ubuntu')
run: flutter build linux
working-directory: ${{ github.workspace }}/flutter_platform_alert/example
working-directory: example
- name: Build Windows
if: startsWith(matrix.os, 'windows')
run: flutter build windows
working-directory: ${{ github.workspace }}/flutter_platform_alert/example
working-directory: example
6 changes: 3 additions & 3 deletions .github/workflows/ci_spm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,13 @@ jobs:
run: flutter doctor -v
- name: Install dependencies
run: flutter packages get
working-directory: ${{ github.workspace }}/flutter_window_close/example
working-directory: example
- name: Cleans up macOS project
run: |
pod deintegrate
echo "#include \"Generated.xcconfig\""\n" > Flutter/Debug.xcconfig
echo "#include \"Generated.xcconfig\""\n" > Flutter/Release.xcconfig
working-directory: ${{ github.workspace }}/flutter_window_close/example/macos
working-directory: example/macos
- name: Build macOS
run: flutter build macos
working-directory: ${{ github.workspace }}/flutter_window_close/example
working-directory: example

0 comments on commit b23dd76

Please sign in to comment.