build fluffychat
This commit is contained in:
parent
48c9ecb95c
commit
c0456f2429
1 changed files with 14 additions and 2 deletions
|
@ -13,7 +13,19 @@ steps:
|
||||||
commands:
|
commands:
|
||||||
- whoami
|
- whoami
|
||||||
- pacman -Sy
|
- pacman -Sy
|
||||||
- pacman -S flutter
|
- pacman -S clang cmake ninja git java-environment glu unzip libglvnd python --noconfirm
|
||||||
- ls -al
|
- useradd builduser
|
||||||
|
- git clone https://aur.archlinux.org/flutter.git
|
||||||
|
- su builduser
|
||||||
|
- cd flutter
|
||||||
|
- makepkg
|
||||||
|
- exit
|
||||||
|
- pacman -U flutter*
|
||||||
|
- cd ..
|
||||||
|
- 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