Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | GHA: Use matrix to de-duplicate workflow definition | James McCoy | 2020-11-14 | |
| | | | | | | | | The general skeleton of each job is the same, so consolidate the definition to a single job with an explicit matrix. Use conditional steps to handle steps that are unique to a certain job (e.g., installing clang-11 for better ASAN support). | |||
* | ci: Remove $CCACHE_CPP2 | James McCoy | 2020-11-14 | |
| | | | | | | The env var is being set to the default value, as of ccache 3.3, which is available in Zesty and newer. All of our CI is using Bionic, so this is already available. | |||
* | GHA: Move env var setup into env.sh to keep it DRY | James McCoy | 2020-11-14 | |
| | ||||
* | GHA: Invalidate cache if cmake files or third-party/ change | James McCoy | 2020-11-13 | |
| | ||||
* | GHA: Update cache directory if all steps succeeded | James McCoy | 2020-11-13 | |
| | ||||
* | GHA: Include ccache output in cache | James McCoy | 2020-11-13 | |
| | ||||
* | GHA: Add ~/.local/bin to $PATH | James McCoy | 2020-11-13 | |
| | ||||
* | GHA: Add lint job to Linux workflow | James McCoy | 2020-11-13 | |
| | ||||
* | Add Linux ASAN GitHub Action | James McCoy | 2020-11-13 | |
| | ||||
* | funding: Bountysource Salt -> GitHub Sponsors & Open Collective [ci skip] ↵ | Marco Hinz | 2020-09-21 | |
| | | | | | | | | | | | | (#12959) We have a GitHub Sponsors page for the neovim organization now: - https://github.com/sponsors/neovim It can be reached by clicking on the "Sponsor" button on the [organization page](https://github.com/neovim). This commit replaces Salt by GitHub Sponsors and Open Collective. | |||
* | issue template: fix label syntax for lsp bug report | Hirokazu Hata | 2020-06-11 | |
| | ||||
* | add GitHub issue template for lsp | Hirokazu Hata | 2020-06-11 | |
| | ||||
* | doc [ci skip] #10177 | Justin M. Keyes | 2019-06-30 | |
ref #10278 #10279 #10353 |