aboutsummaryrefslogtreecommitdiff
path: root/ci
Commit message (Collapse)AuthorAge
...
* | ci: run each test suite in a separate github stepDundar Göc2022-02-18
| | | | | | | | | | This should help combat some of the lagginess when looking at the CI logs in the browser.
* | ci(reviews): move reviews.js to .github/scriptsDundar Göc2022-02-17
| |
* | ci: add more reviewersDundar Göc2022-02-14
| |
* | ci: use a separate script for request review workflowzeertzjq2022-02-14
| |
* | ci: disable tracing (set -x) from the shell scriptsDundar Göc2022-02-11
| |
* | ci: remove function run_testDundar Göc2022-02-10
| |
* | ci: remove meta-suite "tests"Dundar 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
| | | | Also change all mentions of python 3 to just python.
* ci(windows): use the provided python from github actionsDundar Göc2022-01-26
| | | | | This will prevent future errors whenever support for a specific python version we rely on is removed.
* ci: install flake8 with apt instead of pipDundar Göc2022-01-03
|
* ci: simplify ci_fold function (#16874)dundargoc2022-01-03
|
* ci: remove unnecessary before_install scriptDundar Göc2022-01-02
|
* ci: remove watchdog function run_tests_wdDundar Göc2022-01-02
| | | | | | | It's only used once for running check-single-includes (which I strongly suspect it doesn't need anyway), its core logic is incorrect since both the variables "tempsize" and "prev_temsize" are never defined and parsing ps is incredibly fragile.
* ci: remove outdated travis-specific code (#16869)dundargoc2022-01-01
|
* chore: fix typos (#16361)dundargoc2021-11-27
| | | | | | | | | | | | | | | | | | | | | | | | | | Co-authored-by: Brede Yabo Sherling Kristensen <bredeyabo@hotmail.com> Co-authored-by: zeertzjq <zeertzjq@outlook.com> Co-authored-by: István Donkó <istvan.donko@gmail.com> Co-authored-by: Julian Berman <Julian@GrayVines.com> Co-authored-by: bryant <bryant@users.noreply.github.com> Co-authored-by: Michael Lingelbach <m.j.lbach@gmail.com> Co-authored-by: nlueb <9465658+nlueb@users.noreply.github.com> Co-authored-by: Leonhard Saam <leonhard.saam@yahoo.com> Co-authored-by: Jesse Wertheim <jaawerth@gmail.com> Co-authored-by: dm1try <me@dmitry.it> Co-authored-by: Jakub Łuczyński <doubleloop@o2.pl> Co-authored-by: Louis Lebrault <louis.lebrault@gmail.com> Co-authored-by: Brede Yabo Sherling Kristensen <bredeyabo@hotmail.com> Co-authored-by: zeertzjq <zeertzjq@outlook.com> Co-authored-by: István Donkó <istvan.donko@gmail.com> Co-authored-by: Julian Berman <Julian@GrayVines.com> Co-authored-by: bryant <bryant@users.noreply.github.com> Co-authored-by: Michael Lingelbach <m.j.lbach@gmail.com> Co-authored-by: nlueb <9465658+nlueb@users.noreply.github.com> Co-authored-by: Leonhard Saam <leonhard.saam@yahoo.com> Co-authored-by: Jesse Wertheim <jaawerth@gmail.com> Co-authored-by: dm1try <me@dmitry.it> Co-authored-by: Jakub Łuczyński <doubleloop@o2.pl> Co-authored-by: Louis Lebrault <louis.lebrault@gmail.com>
* fix(ci): use correct check for path-existenceJames McCoy2021-10-31
|
* ci(win): only remove choco's cpack.exe if it existsJames McCoy2021-10-31
|
* ci: make sure choco cpack does not interfere with CMake cpackJames McCoy2021-10-30
| | | | [skip ci]
* build: update cmake min version to 3.10 #16065Jakub Łuczyński2021-10-19
| | | | | | * build(cmake): update cmake min version to 3.10 * ci: test cmake minimum required version * build(cmake): remove some legacy includes * Since version 3.5 cmake_parse_arguments is implemented natively.
* build(deps)!: use libuv 1.42.0 upstream for WIN32 (#15889)Christian Clason2021-10-05
| | | | | | | | Switch libuv from https://github.com/neovim/libuv fork to upstream for WIN32. Upstream at 1.42.0 is now used for all platforms. BREAKING CHANGE: removes Windows 7 support BREAKING CHANGE: removes support for mouse and alternate buffers in TUI for Windows 8 and 8.1
* fix(test): Detect more core filenamesJames McCoy2021-04-08
|
* ci(gha/win): Do not rename python.exe to python3.exe if it existsJames McCoy2021-02-05
| | | | | | | GHA now provides python3.exe by default -- actions/python-versions#78 Ensure Python 2 directory is earlier in $PATH so bare python always invokes Python 2.
* GHA: fix build problems on Windowserw72020-12-16
|
* ci: setup GitHub actions for windowsThomas Vigouroux2020-12-16
|
* ci: Only setup ipv6 on macOS for TravisJames McCoy2020-11-24
|
* ci: s/TRAVIS_OS_NAME/CI_OS_NAME/ for non-Travis-specific codeJames McCoy2020-11-24
|
* ci: Only try installing python-pynvim if Py2 pip is presentJames McCoy2020-11-23
|
* ci: Install gem binaries to ~/.local/binJames McCoy2020-11-14
| | | | | That directory is already part of `$PATH`, so let's reuse it instead of trying to figure what version-specific path binaries gem normally uses.
* ci: Rename travis_fold to ci_fold and add GHA supportJames McCoy2020-11-13
|
* 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.
* Add Linux ASAN GitHub ActionJames McCoy2020-11-13
|
* build: Rename TRAVIS_BUILD_DIR to CI_BUILD_DIRJames McCoy2020-11-13
|
* ci/appveyor: change to update package databaseerw72020-10-27
|
* Install pre-release neovim gem in CIAlex Genco2020-10-21
| | | | | | | | The `ruby_eval` RPC message will be available in neovim-ruby 0.9.0.pre.*. That will become 0.9.0 once `rubyeval` is merged to neovim. The `--version` argument isn't needed, as `gem` should pick the latest release.
* Merge #12862 snap: multiarch, support luajit where possibleJustin M. Keyes2020-09-07
|\
| * snap: migrate releases to snapcraft.io builsCarlos Hernandez2020-09-06
| | | | | | | | | | | | | | | | Architectures supported by Travis due not match 1 to 1 to the architectures supported by snapcraft.io and launchpad. To support as many architectures as possible, deploys to the snap store should be done via a simulated Github webhook. An additional secret will need to be added to Travis-ci
| * snap: drop snapcraft push releaseCarlos Hernandez2020-09-06
| |
* | travis: Install clang-11 for ASAN/UBSAN jobJames McCoy2020-09-04
| | | | | | | | [skip appveyor]
* | travis: Relax pyenv versions to 2.7:3.8James McCoy2020-09-04
|/ | | | | | | We don't care about the specifics of the patch version, so just set the major:minor. [skip appveyor]
* snap: don't run snapcraft under sudoCarlos Hernandez2020-08-30
| | | | | | | | Snapcraft 4.0 complains about running LXD builds under sudo. So instead add the CI user to the "lxd" group and use sg to switch to that membership. Resolves: #12712
* ci: fix build failure in Travis [skip appveyor] (#12678)erw72020-07-24
|
* 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.
* Install pynvim with --user to avoid permission issuesJames McCoy2020-03-18
| | | | [skip appveyor]
* Revert "ci/Appveyor: install diffutils via scoop"Jan Edmund Lazo2020-03-07
| | | | This reverts commit 4faf30de3ea72bd188c8894eb10f0c971ff28e90.
* treesitter: add standard &rtp/parser/ search path for parsersBjörn Linse2020-02-07
|
* mksession: always unix slashes "/" for filepathsJustin M. Keyes2020-01-26
|