Navigation Menu

Skip to content

Commit

Permalink
travis: use -DMRN_BUILD_FOR_EMBEDDED_SERVER for embedded server build
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Aug 11, 2015
1 parent c52cefb commit f62c2cb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/travis/before_script.sh
Expand Up @@ -40,6 +40,7 @@ if [ "${MROONGA_BUNDLED}" = "yes" ]; then
cmake_args=("${cmake_args[@]}" -DWITHOUT_TOKUDB=TRUE)
if [ "${MROONGA_TEST_EMBEDDED}" = "yes" ]; then
cmake_args=("${cmake_args[@]}" -DWITH_EMBEDDED_SERVER=TRUE)
cmake_args=("${cmake_args[@]}" -DMRN_BUILD_FOR_EMBEDDED_SERVER=TRUE)
fi
cmake . "${cmake_args[@]}"
else
Expand Down

0 comments on commit f62c2cb

Please sign in to comment.