mirror of
https://github.com/tonytins/bullseye.git
synced 2025-03-15 04:11:22 +00:00
Enable desktop configurations
This commit is contained in:
parent
45ac062a42
commit
3e0bfad7d1
1 changed files with 3 additions and 1 deletions
4
.github/workflows/flutter.yml
vendored
4
.github/workflows/flutter.yml
vendored
|
@ -20,6 +20,7 @@ jobs:
|
|||
with:
|
||||
channel: "stable"
|
||||
- run: flutter pub get
|
||||
- run: flutter config --enable-linux-desktop
|
||||
- run: flutter build linux
|
||||
|
||||
android:
|
||||
|
@ -44,6 +45,7 @@ jobs:
|
|||
with:
|
||||
channel: "stable"
|
||||
- run: flutter pub get
|
||||
- run: flutter config --enable-macos-desktop
|
||||
- run: flutter build macos --release --no-codesign
|
||||
|
||||
ios:
|
||||
|
@ -54,7 +56,6 @@ jobs:
|
|||
with:
|
||||
channel: "stable"
|
||||
- run: flutter pub get
|
||||
|
||||
- run: flutter build ios --release --no-codesign
|
||||
|
||||
windows:
|
||||
|
@ -65,4 +66,5 @@ jobs:
|
|||
with:
|
||||
channel: "stable"
|
||||
- run: flutter pub get
|
||||
- run: flutter config --enable-windows-desktop
|
||||
- run: flutter build windows
|
||||
|
|
Loading…
Add table
Reference in a new issue