aboutsummaryrefslogtreecommitdiff
path: root/ci/common
Commit message (Expand)AuthorAge
* ci: inline test.sh to run_tests.sh (#22198)dundargoc2023-02-10
* build: remove codecov related files (#20859)dundargoc2023-02-09
* ci: remove fail summary (#22174)dundargoc2023-02-08
* ci: remove unnecessary END_MARKER variable (#22171)dundargoc2023-02-08
* ci: remove unnecessary variables and functions (#22150)dundargoc2023-02-07
* build: don't build libnvim when running the CI (#22149)dundargoc2023-02-06
* ci: remove unhelpful helper functions for make (#22148)dundargoc2023-02-06
* refactor(tests): run unittests using main nvim binary in interpreter modebfredl2023-01-31
* build(lint): add more shell scripts to lintshdundargoc2022-11-01
* ci(cache): remove ccacheLewis Russell2022-08-12
* build: rename build-related dirsJustin M. Keyes2022-06-28
* test: fix runnvim.sh (#17690)zeertzjq2022-03-13
* ci: refactor and simplify CI processDundar Göc2022-03-10
* ci: remove function run_suiteDundar Göc2022-03-10
* ci: remove variable FAIL_SUMMARYDundar Göc2022-03-10
* ci: remove variable NVIM_TEST_CURRENT_SUITEDundar Göc2022-03-10
* ci: remove fail character from fail functionDundar Göc2022-03-10
* ci: run each test suite in a separate github stepDundar Göc2022-02-18
* ci: disable tracing (set -x) from the shell scriptsDundar Göc2022-02-11
* ci: remove function run_testDundar Göc2022-02-10
* ci: remove continue flag from exit_suite since it's always neededDundar Göc2022-02-10
* ci: run all tests with run_suite functionDundar Göc2022-02-10
* ci: run all suites with run_suite functionDundar Göc2022-02-07
* ci: simplify CI processDundar Göc2022-02-04
* ci: remove all code containing python2Dundar Göc2022-01-26
* ci: simplify ci_fold function (#16874)dundargoc2022-01-03
* ci: remove watchdog function run_tests_wdDundar Göc2022-01-02
* 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