~ubuntu-branches/debian/sid/neovim/sid

« back to all changes in this revision

Viewing changes to .ci/common/build.sh

  • Committer: Package Import Robot
  • Author(s): James McCoy
  • Date: 2016-04-18 21:42:19 UTC
  • mto: This revision was merged to the branch mainline in revision 4.
  • Revision ID: package-import@ubuntu.com-20160418214219-6lf1w0zadujghas7
Tags: upstream-0.1.3
ImportĀ upstreamĀ versionĀ 0.1.3

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
  if [[ "${BUILD_MINGW}" == ON ]]; then
6
6
    DEPS_CMAKE_FLAGS="${DEPS_CMAKE_FLAGS} ${CMAKE_FLAGS_MINGW}"
7
7
  fi
 
8
  if [[ "${FUNCTIONALTEST}" == "functionaltest-lua" ]]; then
 
9
    DEPS_CMAKE_FLAGS="${DEPS_CMAKE_FLAGS} -DUSE_BUNDLED_LUA=ON"
 
10
  fi
8
11
 
9
12
  rm -rf "${DEPS_BUILD_DIR}"
10
13