aboutsummaryrefslogtreecommitdiff
path: root/ci/common
Commit message (Expand)AuthorAge
* fix(test): Detect more core filenamesJames McCoy2021-04-08
* ci: s/TRAVIS_OS_NAME/CI_OS_NAME/ for non-Travis-specific codeJames McCoy2020-11-24
* ci: Rename travis_fold to ci_fold and add GHA supportJames McCoy2020-11-13
* Add Linux ASAN GitHub ActionJames McCoy2020-11-13
* build: Rename TRAVIS_BUILD_DIR to CI_BUILD_DIRJames McCoy2020-11-13
* travis: Install clang-11 for ASAN/UBSAN jobJames McCoy2020-09-04
* ci/travis: Enable ipv6 #12182Justin M. Keyes2020-04-25
* ci: submit_coverage: run luacov actually (#11169)Daniel Hahler2019-10-07
* ci: coverage for Lua (no Windows, using luacov) (#11127)Daniel Hahler2019-10-04
* ci: Travis: simplify 32bit build (#11093)Daniel Hahler2019-10-03
* tests: use runtime from build for doc/tags with :help (#10479)Daniel Hahler2019-08-28
* ci: Travis: build.sh: use cat "-vet" for osxDaniel Hahler2019-08-14
* ci: Travis: check logs for TSan also (#10775)Daniel Hahler2019-08-14
* ci: Travis: improve/revisit caching (#10358)Daniel Hahler2019-07-30
* ci: Travis: no need for asan_symbolize (#10627)Daniel Hahler2019-07-28
* coverage: use "cd" with gcovr (#10594)Daniel Hahler2019-07-25
* Revert "Downgrade to clang-4.0 to avoid false-positive warnings from clang" ...Daniel Hahler2019-07-18
* CI: improve gcov handling #10404Daniel Hahler2019-07-07
* ci: Travis: do not close fold on failure [skip ci]Daniel Hahler2019-07-03
* ci: Travis: upgrade OSX images (10.1 => 10.2) (#10319)Daniel Hahler2019-06-26
* ci: revisit/fix coverage uploading (#10201)Daniel Hahler2019-06-25
* ci/common/test.sh: fix some issues reported by shellcheckDaniel Hahler2019-06-17
* ci: codecov: do not use flags [ci skip] (#10227)Daniel Hahler2019-06-15
* Downgrade to clang-4.0 to avoid false-positive warnings from clangJames McCoy2018-11-24
* CI/travis/macOS: use "sudo rm" to remove coresJustin M. Keyes2018-10-13
* test: Dump $NVIM_LOG_FILE contents (#8926)Justin M. Keyes2018-08-28
* CI/travis: fix restore from cacheJustin M. Keyes2018-08-12
* travis: Enable ccacheJames McCoy2018-05-01
* ci/travis: fix restore from cache #8316Srikanth M2018-04-24
* ci/travis: also cache $DEPS_DOWNLOAD_DIRJustin M. Keyes2018-03-18
* ci/travis: Don't destroy cache during prepareJustin M. Keyes2018-03-17
* ci/travis: Don't destroy cache during prepareJustin M. Keyes2018-03-11
* ci/travis: rename $BUILD_NVIM_DEPS to $CACHE_ENABLEJustin M. Keyes2018-03-11
* ci/travis: use ninja instead of makeJustin M. Keyes2018-03-11
* codecov: Submit test suite specific coverageJames McCoy2018-02-06
* travis: Don't run unit tests for functionaltest-lua buildJames McCoy2018-02-02
* ci/travis: macOS: switch ruby versionJustin M. Keyes2018-01-07
* ci: asan_check: No-op unless performing ASAN buildJames McCoy2018-01-02
* travis: Use Ubuntu's clang instead of llvm's repoJames McCoy2018-01-02
* ci: Dump $NVIM_LOG_FILE contentsJustin M. Keyes2017-06-07
* Merge branch 'master' into luaviml'/luaZyX2017-05-08
|\
| * Do not trace in check_runtime_filesZyX2017-05-01
| * ci: Use \{1,\} in place of \+ZyX2017-05-01
| * ci: Fold output in travis web interfaceZyX2017-05-01
| * ci: Remove `x` from `test x`ZyX2017-04-24
| * ci: Source ci/common/test.sh in run_test_wd subshellZyX2017-04-24
| * ci: Make scripts in common be dash-compatibleZyX2017-04-24
| * ci: Make $cmd failure fail the build without -o pipefailZyX2017-04-24
| * ci: Do not use pipefailZyX2017-04-24
| * ci: Do not accidentally kill something unneededZyX2017-04-24