mirror of
https://gitlab.com/veilid/veilidchat.git
synced 2025-04-18 22:46:03 -04:00
test compiling bundle for arm
This commit is contained in:
parent
360d17b326
commit
c77ac79d39
@ -77,6 +77,25 @@ build_linux_amd64_flatpak:
|
||||
- flatpak/com.veilid.veilidchat.flatpak
|
||||
only:
|
||||
- schedules
|
||||
|
||||
build_linux_arm64_bundle:
|
||||
stage: build
|
||||
tags:
|
||||
- saas-linux-small-arm64
|
||||
image: ghcr.io/cirruslabs/flutter:3.29.2
|
||||
script:
|
||||
- apt-get update
|
||||
- apt-get install -y --no-install-recommends cmake ninja-build clang build-essential pkg-config libgtk-3-dev liblzma-dev lcov rustup
|
||||
- rustup toolchain install 1.81 --profile minimal --no-self-update
|
||||
- flutter config --enable-linux-desktop
|
||||
- git clone https://gitlab.com/veilid/veilid.git ../veilid
|
||||
- flutter build linux
|
||||
artifacts:
|
||||
paths:
|
||||
- build/linux/arm64/release/bundle/
|
||||
only:
|
||||
- schedules
|
||||
|
||||
#test:
|
||||
# extends:
|
||||
# - .macos_saas_runners
|
||||
|
Loading…
x
Reference in New Issue
Block a user