Build
This commit is contained in:
parent
badeb986a3
commit
654d38339f
|
|
@ -25,6 +25,7 @@ workflows:
|
||||||
flutter --version --machine >> $FCI_BUILD_DIR/lib/flutter_version.dart
|
flutter --version --machine >> $FCI_BUILD_DIR/lib/flutter_version.dart
|
||||||
echo ";" >> $FCI_BUILD_DIR/lib/flutter_version.dart
|
echo ";" >> $FCI_BUILD_DIR/lib/flutter_version.dart
|
||||||
- cd . && flutter packages pub get
|
- cd . && flutter packages pub get
|
||||||
|
- flutter config --enable-linux-desktop
|
||||||
- flutter build linux --release
|
- flutter build linux --release
|
||||||
artifacts:
|
artifacts:
|
||||||
- build/linux/release/bundle/**/*.zip
|
- build/linux/release/bundle/**/*.zip
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue