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