Build versioned AppImages (#10265)

This commit is contained in:
TheAssassin 2019-11-19 16:00:51 +01:00 committed by Michael Steenbeek
parent c04cb0b94b
commit 0152eaa246
1 changed files with 2 additions and 0 deletions

View File

@ -26,6 +26,8 @@ OLD_CWD=$(readlink -f .)
pushd "$BUILD_DIR"
export VERSION=$(cd "$REPO_ROOT" && git describe --tags)
# standard linuxdeploy pattern
#see https://docs.appimage.org/packaging-guide/from-source/index.html for more information
cmake "$REPO_ROOT" -DCMAKE_INSTALL_PREFIX=/usr -G Ninja -DCMAKE_BUILD_TYPE=Release