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:
|
||||
- whoami
|
||||
- pacman -Sy
|
||||
- pacman -S flutter
|
||||
- ls -al
|
||||
- pacman -S flutter clang cmake ninja
|
||||
- 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