Skip to content

Commit

Permalink
ci: Travis: move gcc-functionaltest-lua to 2nd stage (neovim#10682)
Browse files Browse the repository at this point in the history
  • Loading branch information
blueyed authored Aug 3, 2019
1 parent 7e8dbb5 commit ae27406
Showing 1 changed file with 8 additions and 10 deletions.
18 changes: 8 additions & 10 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,14 +92,6 @@ jobs:
- CLANG_SANITIZER=ASAN_UBSAN
- CMAKE_FLAGS="$CMAKE_FLAGS -DPREFER_LUA=ON"
- *common-job-env
- name: gcc-functionaltest-lua
os: linux
compiler: gcc
env:
- FUNCTIONALTEST=functionaltest-lua
- CMAKE_FLAGS="$CMAKE_FLAGS -DPREFER_LUA=ON"
- DEPS_CMAKE_FLAGS="$DEPS_CMAKE_FLAGS -DUSE_BUNDLED_LUAJIT=OFF"
- *common-job-env
- name: gcc-coverage (gcc 9)
os: linux
compiler: gcc-9
Expand Down Expand Up @@ -129,7 +121,14 @@ jobs:
osx_image: xcode10.2 # macOS 10.14
env:
- *common-job-env

- name: gcc-functionaltest-lua
os: linux
compiler: gcc
env:
- FUNCTIONALTEST=functionaltest-lua
- CMAKE_FLAGS="$CMAKE_FLAGS -DPREFER_LUA=ON"
- DEPS_CMAKE_FLAGS="$DEPS_CMAKE_FLAGS -DUSE_BUNDLED_LUAJIT=OFF"
- *common-job-env
- name: gcc-32bit
os: linux
# Travis creates a cache per compiler. Set a different value here to
Expand All @@ -140,7 +139,6 @@ jobs:
# Minimum required CMake.
- CMAKE_URL=https://cmake.org/files/v2.8/cmake-2.8.12-Linux-i386.sh
- *common-job-env

- name: clang-tsan
os: linux
compiler: clang
Expand Down

0 comments on commit ae27406

Please sign in to comment.