mirror of
https://github.com/DrBeef/Raze.git
synced 2024-11-16 01:11:28 +00:00
git-svn-id: https://svn.eduke32.com/eduke32@1535 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
parent
4e4ef98ae6
commit
9a39896b82
1 changed files with 7 additions and 4 deletions
|
@ -6,11 +6,14 @@ source=polymer/eduke32
|
||||||
output=/var/www/dukeworld.duke4.net/eduke32/synthesis
|
output=/var/www/dukeworld.duke4.net/eduke32/synthesis
|
||||||
make=( make PLATFORM=WINDOWS CC='wine gcc' CXX='wine g++' AS='wine nasm' RC='wine windres' STRIP='wine strip' AR='wine ar' RANLIB='wine ranlib' PRETTY_OUTPUT=0 )
|
make=( make PLATFORM=WINDOWS CC='wine gcc' CXX='wine g++' AS='wine nasm' RC='wine windres' STRIP='wine strip' AR='wine ar' RANLIB='wine ranlib' PRETTY_OUTPUT=0 )
|
||||||
clean=veryclean
|
clean=veryclean
|
||||||
|
|
||||||
# the following file paths are relative to $source
|
# the following file paths are relative to $source
|
||||||
targets=( eduke32.exe mapster32.exe )
|
targets=( eduke32.exe mapster32.exe )
|
||||||
bin_packaged=( eduke32.exe mapster32.exe names.h tiles.cfg buildlic.txt GNU.TXT m32help.hlp ror.map a.m32 )
|
bin_packaged=( eduke32.exe mapster32.exe names.h tiles.cfg buildlic.txt GNU.TXT m32help.hlp ror.map a.m32 )
|
||||||
not_src_packaged=( rsrc/game2.psd rsrc/game3.psd source/jaudiolib/third-party/vorbis.framework/Versions/A/vorbis Apple )
|
not_src_packaged=( rsrc/game2.psd rsrc/game3.psd source/jaudiolib/third-party/vorbis.framework/Versions/A/vorbis Apple )
|
||||||
|
|
||||||
|
# group that owns the resulting packages
|
||||||
|
group=dukeworld
|
||||||
|
|
||||||
# some variables
|
# some variables
|
||||||
dobuild=
|
dobuild=
|
||||||
|
@ -72,8 +75,8 @@ then
|
||||||
# create the output directory
|
# create the output directory
|
||||||
mkdir $output/$date-$head
|
mkdir $output/$date-$head
|
||||||
# package the binary snapshot
|
# package the binary snapshot
|
||||||
echo zip $output/$date-$head/eduke32_win32_$date-$head.zip ${bin_packaged[@]}
|
echo zip -9 $output/$date-$head/eduke32_win32_$date-$head.zip ${bin_packaged[@]}
|
||||||
zip $output/$date-$head/eduke32_win32_$date-$head.zip ${bin_packaged[@]}
|
zip -9 $output/$date-$head/eduke32_win32_$date-$head.zip ${bin_packaged[@]}
|
||||||
# hack to restore [e]obj/keep.me
|
# hack to restore [e]obj/keep.me
|
||||||
echo svn update -r $head
|
echo svn update -r $head
|
||||||
svn update -r $head
|
svn update -r $head
|
||||||
|
@ -98,7 +101,7 @@ then
|
||||||
fi
|
fi
|
||||||
# hack for our served directory structure
|
# hack for our served directory structure
|
||||||
chmod -R g+w $output/$date-$head
|
chmod -R g+w $output/$date-$head
|
||||||
chown -R :dukeworld $output/$date-$head
|
chown -R :$group $output/$date-$head
|
||||||
else
|
else
|
||||||
echo "Nothing to do."
|
echo "Nothing to do."
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in a new issue