mirror of
https://codeberg.org/comaps/comaps
synced 2025-12-23 22:53:43 +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
@@ -17,6 +17,9 @@ fi
|
||||
# Prevent python from generating compiled *.pyc files
|
||||
export PYTHONDONTWRITEBYTECODE=1
|
||||
|
||||
# Add env var to disable renderer on a display (renderer not working into a Github container)
|
||||
export QT_QPA_PLATFORM=offscreen
|
||||
|
||||
OMIM_PATH="${OMIM_PATH:-$(cd "$(dirname "$0")/../.."; pwd)}"
|
||||
OUT_PATH="$OMIM_PATH/out/release"
|
||||
SKIN_GENERATOR="${SKIN_GENERATOR:-$OUT_PATH/skin_generator_tool}"
|
||||
|
||||
Reference in New Issue
Block a user