summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2016-04-28 01:11:55 +0300
committerAndrei Karas <akaras@inbox.ru>2016-04-28 01:11:55 +0300
commit05e96fb6a893ce3bd5e5846e27d0807aa808257c (patch)
treea1b409e8dae67d614bd58a2276d258fedff60768 /tools
parentf7d24f7bffbe30fd36de5cc3e9bd8a2183877678 (diff)
downloadevol-hercules-05e96fb6a893ce3bd5e5846e27d0807aa808257c.tar.gz
evol-hercules-05e96fb6a893ce3bd5e5846e27d0807aa808257c.tar.bz2
evol-hercules-05e96fb6a893ce3bd5e5846e27d0807aa808257c.tar.xz
evol-hercules-05e96fb6a893ce3bd5e5846e27d0807aa808257c.zip
Clone server code in build ci script.
Diffstat (limited to 'tools')
-rwxr-xr-xtools/ci/jobs/gcc5.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/tools/ci/jobs/gcc5.sh b/tools/ci/jobs/gcc5.sh
index 035b99c..777762b 100755
--- a/tools/ci/jobs/gcc5.sh
+++ b/tools/ci/jobs/gcc5.sh
@@ -7,10 +7,16 @@ export LOGFILE=gcc5.log
source ./tools/ci/scripts/init.sh
aptget_install gcc-5 g++-5 \
+ git-core \
make autoconf automake autopoint gettext libphysfs-dev \
libxml2-dev libcurl4-gnutls-dev libpng-dev \
libsdl-gfx1.2-dev libsdl-image1.2-dev libsdl-mixer1.2-dev libsdl-net1.2-dev libsdl-ttf2.0-dev
do_init
+clone_servercode
+mkdir server-code/src/evol
+cp -r evol-hercules/* ../server-code/src/evol
+cd ../server-code/src/evol
+
run_configure $*
run_make