aboutsummaryrefslogtreecommitdiff
path: root/ci/before_script.sh
Commit message (Collapse)AuthorAge
* build(lint): add more shell scripts to lintshdundargoc2022-11-01
|
* ci(cache): remove ccacheLewis Russell2022-08-12
| | | | It was never in action since migrating from travis to github actions.
* ci: remove outdated travis-specific code (#16869)dundargoc2022-01-01
|
* ci: Only setup ipv6 on macOS for TravisJames McCoy2020-11-24
|
* ci/before_script.sh: Remove early exit for lint jobJames McCoy2020-11-13
| | | | | lualint requires building dependencies, so allow the job to take advantage of the cache.
* ci/travis: Enable ipv6 #12182Justin M. Keyes2020-04-25
| | | | | | | | ref: a39c8b7ce30ddeed4329c28c42b1b699103dccab ref: https://github.com/vim/vim/commit/bfe13ccc58ccb96f243a58309800410db1ccb52c Also: - Remove unused macos_rvm_dance() function. (It was there for reference, but we have since resolved (or gave up) on Travis + macOS + ruby.
* ci: use cluacov for better performance (#11152)Daniel Hahler2019-10-07
|
* ci: coverage for Lua (no Windows, using luacov) (#11127)Daniel Hahler2019-10-04
|
* ci: Travis: improve/revisit caching (#10358)Daniel Hahler2019-07-30
| | | | | | | | | | | | | | | | - use CACHE_NVIM_DEPS_DIR - do not cache pip This is handled through http caches in general/better, and it is not used much anyway. - do not cache DEPS_DOWNLOAD_DIR Built deps are cached, downloads are not needed then. - display ccache stats before clearing - do not cache ccache stats - improve output of `du` (do not list pages of output for "/home/travis/.cache/go-build")
* ci: Travis: ccache: use --zero-statsDaniel Hahler2019-06-17
| | | | | This makes it display actual results in before_cache then, and it seems like it is not necessary to keep stats across builds.
* travis: Enable ccacheJames McCoy2018-05-01
|
* ci: Check for exact value of CI_TARGET, not its emptynessZyX2017-03-31
|
* ci: Do not hide ci directory (#6410)Nikolai Aleksandrovich Pavlov2017-03-31