mirror of
https://codeberg.org/comaps/comaps
synced 2025-12-19 04:53:36 +00:00
[CI] Add generate symbols tasks inside CI and create Dockerfile
Signed-off-by: jeanbaptisteC <jeanbaptistec@noreply.codeberg.org>
This commit is contained in:
committed by
Konstantin Pastbin
parent
39059ec26d
commit
dc2b3c50dd
23
android/Dockerfile
Normal file
23
android/Dockerfile
Normal file
@@ -0,0 +1,23 @@
|
||||
FROM ubuntu:latest
|
||||
|
||||
ENV TZ=Etc/UTC
|
||||
ENV QT_QPA_PLATFORM=offscreen
|
||||
|
||||
RUN apt-get update && apt-get install -y --no-install-recommends \
|
||||
build-essential \
|
||||
cmake \
|
||||
qt6-base-dev \
|
||||
qt6-svg-dev \
|
||||
qt6-positioning-dev \
|
||||
libicu-dev \
|
||||
libfreetype-dev \
|
||||
libharfbuzz-dev \
|
||||
libxrandr-dev \
|
||||
libxinerama-dev \
|
||||
libxcursor-dev \
|
||||
libxi-dev \
|
||||
optipng
|
||||
WORKDIR /root/comaps
|
||||
RUN ./configure.sh
|
||||
RUN ./tools/unix/generate_symbols.sh
|
||||
CMD ./gradlew -Parm64 assembleFdroidDebug
|
||||
Reference in New Issue
Block a user