forked from Mirrorlandia_minetest/minetest
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:
parent
704b5d88b9
commit
62c6667b0b
@ -53,8 +53,6 @@ download "http://minetest.kitsunemimi.pw/openal-soft-$openal_version-win32.zip"
|
||||
# Set source dir, downloading Minetest as needed
|
||||
get_sources
|
||||
|
||||
git_hash=$(cd $sourcedir && git rev-parse --short HEAD)
|
||||
|
||||
# Build the thing
|
||||
cd $builddir
|
||||
[ -d build ] && rm -rf build
|
||||
@ -62,7 +60,6 @@ cd $builddir
|
||||
cmake_args=(
|
||||
-DCMAKE_TOOLCHAIN_FILE=$toolchain_file
|
||||
-DCMAKE_INSTALL_PREFIX=/tmp
|
||||
-DVERSION_EXTRA=$git_hash
|
||||
-DBUILD_CLIENT=1 -DBUILD_SERVER=0
|
||||
-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
|
||||
get_sources
|
||||
|
||||
git_hash=$(cd $sourcedir && git rev-parse --short HEAD)
|
||||
|
||||
# Build the thing
|
||||
cd $builddir
|
||||
[ -d build ] && rm -rf build
|
||||
@ -59,7 +57,6 @@ cd $builddir
|
||||
cmake_args=(
|
||||
-DCMAKE_TOOLCHAIN_FILE=$toolchain_file
|
||||
-DCMAKE_INSTALL_PREFIX=/tmp
|
||||
-DVERSION_EXTRA=$git_hash
|
||||
-DBUILD_CLIENT=1 -DBUILD_SERVER=0
|
||||
-DEXTRA_DLL="$runtime_dlls"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user