diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-06-30 19:23:03 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-06-30 19:23:03 +0300 |
commit | 7e4c543245dc731b8d60af6f7d53231ad0c21353 (patch) | |
tree | d35591201c0bbf8f11795ae89a5e392f67c87298 /tools | |
parent | f4d5fe642248dd9fe943d30b06b26556e717615a (diff) | |
download | evol-hercules-7e4c543245dc731b8d60af6f7d53231ad0c21353.tar.gz evol-hercules-7e4c543245dc731b8d60af6f7d53231ad0c21353.tar.bz2 evol-hercules-7e4c543245dc731b8d60af6f7d53231ad0c21353.tar.xz evol-hercules-7e4c543245dc731b8d60af6f7d53231ad0c21353.zip |
Fix ci scripts for using script for redefine some server constants.
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/ci/scripts/init.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/ci/scripts/init.sh b/tools/ci/scripts/init.sh index 01df562..7904480 100755 --- a/tools/ci/scripts/init.sh +++ b/tools/ci/scripts/init.sh @@ -117,7 +117,7 @@ function run_configure_simple { } function run_configure { - run_configure_simple $* + run_configure_simple $* CPPFLAGS="${VARS}" } function run_make { @@ -184,6 +184,7 @@ function build_init { mkdir -p server-data/plugins cp -r evol-hercules/* server-code/src/evol/ check_error $? + source tools/vars.sh cd server-code/src/evol check_error $? } |