comparison .travis.yml @ 23080:8eed19bd0235 v8.2.2086

patch 8.2.2086: libvterm tests are only run on Linux Commit: https://github.com/vim/vim/commit/476268c387a05cfda9feaca8d1a5eeb535ed9f49 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Dec 3 21:24:07 2020 +0100 patch 8.2.2086: libvterm tests are only run on Linux Problem: Libvterm tests are only run on Linux. Solution: Use static libraries. (Ozaki Kiichi, closes https://github.com/vim/vim/issues/7419)
author Bram Moolenaar <Bram@vim.org>
date Thu, 03 Dec 2020 21:30:04 +0100
parents 82bcf109c573
children 1984a3fcc953
comparison
equal deleted inserted replaced
23079:56e11a681a56 23080:8eed19bd0235
238 name: huge+coverage/clang 238 name: huge+coverage/clang
239 compiler: clang 239 compiler: clang
240 env: 240 env:
241 - *linux-huge 241 - *linux-huge
242 - *coverage 242 - *coverage
243 # Clang cannot compile test_libvterm with "--coverage" flag.
244 - TEST=scripttests
245 after_success: *eval-coverage 243 after_success: *eval-coverage
246 - <<: *linux 244 - <<: *linux
247 name: huge+coverage/gcc 245 name: huge+coverage/gcc
248 compiler: gcc 246 compiler: gcc
249 env: 247 env: