Enable desktop configurations

This commit is contained in:
Tony Bark 2021-05-29 12:20:06 -04:00
parent 45ac062a42
commit 3e0bfad7d1

View file

@ -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