mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-13 00:25:19 +02:00
Get rid of VERSION_EXTRA for buildbot
This is probably a leftover of when CMake didn't automatically detect the revision from git.
This commit is contained in:
@@ -53,8 +53,6 @@ download "http://minetest.kitsunemimi.pw/openal-soft-$openal_version-win32.zip"
|
|||||||
# Set source dir, downloading Minetest as needed
|
# Set source dir, downloading Minetest as needed
|
||||||
get_sources
|
get_sources
|
||||||
|
|
||||||
git_hash=$(cd $sourcedir && git rev-parse --short HEAD)
|
|
||||||
|
|
||||||
# Build the thing
|
# Build the thing
|
||||||
cd $builddir
|
cd $builddir
|
||||||
[ -d build ] && rm -rf build
|
[ -d build ] && rm -rf build
|
||||||
@@ -62,7 +60,6 @@ cd $builddir
|
|||||||
cmake_args=(
|
cmake_args=(
|
||||||
-DCMAKE_TOOLCHAIN_FILE=$toolchain_file
|
-DCMAKE_TOOLCHAIN_FILE=$toolchain_file
|
||||||
-DCMAKE_INSTALL_PREFIX=/tmp
|
-DCMAKE_INSTALL_PREFIX=/tmp
|
||||||
-DVERSION_EXTRA=$git_hash
|
|
||||||
-DBUILD_CLIENT=1 -DBUILD_SERVER=0
|
-DBUILD_CLIENT=1 -DBUILD_SERVER=0
|
||||||
-DEXTRA_DLL="$runtime_dlls"
|
-DEXTRA_DLL="$runtime_dlls"
|
||||||
|
|
||||||
|
@@ -50,8 +50,6 @@ download "http://minetest.kitsunemimi.pw/openal-soft-$openal_version-win64.zip"
|
|||||||
# Set source dir, downloading Minetest as needed
|
# Set source dir, downloading Minetest as needed
|
||||||
get_sources
|
get_sources
|
||||||
|
|
||||||
git_hash=$(cd $sourcedir && git rev-parse --short HEAD)
|
|
||||||
|
|
||||||
# Build the thing
|
# Build the thing
|
||||||
cd $builddir
|
cd $builddir
|
||||||
[ -d build ] && rm -rf build
|
[ -d build ] && rm -rf build
|
||||||
@@ -59,7 +57,6 @@ cd $builddir
|
|||||||
cmake_args=(
|
cmake_args=(
|
||||||
-DCMAKE_TOOLCHAIN_FILE=$toolchain_file
|
-DCMAKE_TOOLCHAIN_FILE=$toolchain_file
|
||||||
-DCMAKE_INSTALL_PREFIX=/tmp
|
-DCMAKE_INSTALL_PREFIX=/tmp
|
||||||
-DVERSION_EXTRA=$git_hash
|
|
||||||
-DBUILD_CLIENT=1 -DBUILD_SERVER=0
|
-DBUILD_CLIENT=1 -DBUILD_SERVER=0
|
||||||
-DEXTRA_DLL="$runtime_dlls"
|
-DEXTRA_DLL="$runtime_dlls"
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user