mirror of
https://github.com/neovim/neovim.git
synced 2025-12-16 19:35:37 +00:00
travis: Disable LuaJIT for functionaltest-lua build
Since we're already using Lua for the testing this allows us to ensure our build still works properly without LuaJIT available.
This commit is contained in:
@@ -60,7 +60,10 @@ jobs:
|
|||||||
sudo: true
|
sudo: true
|
||||||
- os: linux
|
- os: linux
|
||||||
compiler: gcc
|
compiler: gcc
|
||||||
env: FUNCTIONALTEST=functionaltest-lua
|
env: >
|
||||||
|
FUNCTIONALTEST=functionaltest-lua
|
||||||
|
CMAKE_FLAGS="$CMAKE_FLAGS -DPREFER_LUA=ON"
|
||||||
|
DEPS_CMAKE_FLAGS="$DEPS_CMAKE_FLAGS -DUSE_BUNDLED_LUAJIT=OFF"
|
||||||
- os: linux
|
- os: linux
|
||||||
# Travis creates a cache per compiler. Set a different value here to
|
# Travis creates a cache per compiler. Set a different value here to
|
||||||
# store 32-bit dependencies in a separate cache.
|
# store 32-bit dependencies in a separate cache.
|
||||||
|
|||||||
Reference in New Issue
Block a user