build fluffychat
This commit is contained in:
parent
48c9ecb95c
commit
8be5bbd929
1 changed files with 6 additions and 2 deletions
|
@ -13,7 +13,11 @@ steps:
|
||||||
commands:
|
commands:
|
||||||
- whoami
|
- whoami
|
||||||
- pacman -Sy
|
- pacman -Sy
|
||||||
- pacman -S flutter
|
- pacman -S flutter clang cmake ninja
|
||||||
- ls -al
|
- flutter config --no-analytics
|
||||||
|
- flutter config --enable-linux-desktop
|
||||||
|
- flutter clean
|
||||||
|
- flutter pub get
|
||||||
|
- flutter build linux --release --verbose
|
||||||
|
|
||||||
...
|
...
|
||||||
|
|
Loading…
Add table
Reference in a new issue