mirror of
https://github.com/tonytins/bullseye.git
synced 2025-03-22 15:12:19 +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:
|
with:
|
||||||
channel: "stable"
|
channel: "stable"
|
||||||
- run: flutter pub get
|
- run: flutter pub get
|
||||||
|
- run: flutter config --enable-linux-desktop
|
||||||
- run: flutter build linux
|
- run: flutter build linux
|
||||||
|
|
||||||
android:
|
android:
|
||||||
|
@ -44,6 +45,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
channel: "stable"
|
channel: "stable"
|
||||||
- run: flutter pub get
|
- run: flutter pub get
|
||||||
|
- run: flutter config --enable-macos-desktop
|
||||||
- run: flutter build macos --release --no-codesign
|
- run: flutter build macos --release --no-codesign
|
||||||
|
|
||||||
ios:
|
ios:
|
||||||
|
@ -54,7 +56,6 @@ jobs:
|
||||||
with:
|
with:
|
||||||
channel: "stable"
|
channel: "stable"
|
||||||
- run: flutter pub get
|
- run: flutter pub get
|
||||||
|
|
||||||
- run: flutter build ios --release --no-codesign
|
- run: flutter build ios --release --no-codesign
|
||||||
|
|
||||||
windows:
|
windows:
|
||||||
|
@ -65,4 +66,5 @@ jobs:
|
||||||
with:
|
with:
|
||||||
channel: "stable"
|
channel: "stable"
|
||||||
- run: flutter pub get
|
- run: flutter pub get
|
||||||
|
- run: flutter config --enable-windows-desktop
|
||||||
- run: flutter build windows
|
- run: flutter build windows
|
||||||
|
|
Loading…
Add table
Reference in a new issue