mirror of
https://github.com/neovim/neovim.git
synced 2024-12-26 06:05:06 -07:00
9f7426ca16
- Build targeting 32-bit with travis - Code in `before_install`/`after_success` was moved to travis.sh since it provides greater flexibility for detecting the build matrix environment. This improves the build speed since we now install only what's necessary. - Now clint has a dedicated travis worker
9 lines
176 B
YAML
9 lines
176 B
YAML
language: c
|
|
env:
|
|
- TRAVIS_BUILD_TYPE=clang/asan
|
|
- TRAVIS_BUILD_TYPE=gcc/ia32
|
|
- TRAVIS_BUILD_TYPE=gcc/unittest
|
|
- TRAVIS_BUILD_TYPE=clint
|
|
script:
|
|
- ./scripts/travis.sh
|