Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | ci(gha/nightly): Enable "contents: write" permissions to setup PR | James McCoy | 2021-04-26 | |
| | | | | [skip ci] | |||
* | ci(gha/release): Enable "contents: write" permission to publish release | James McCoy | 2021-04-21 | |
| | ||||
* | ci(gha/win): Specify valid directory for DEPS_BUILD_DIR | James McCoy | 2021-04-21 | |
| | ||||
* | ci(gha): Simplify clang installation | James McCoy | 2021-04-21 | |
| | ||||
* | ci(gha): Update to clang-12 | James McCoy | 2021-04-21 | |
| | ||||
* | issue template: add reference to discourse and minimal config in lsp issue ↵ | Michael Lingelbach | 2021-04-05 | |
| | | | | template | |||
* | ci(gh): Automatically create PR for version.c updates | James McCoy | 2021-03-20 | |
| | | | | [skip ci] | |||
* | ci(GHA/release): Delete the release when creating a new nightly | James McCoy | 2021-03-14 | |
| | | | | | | | | | | This reverts #13733. Disabling delete of the release leaves behind a draft release associated with the previous nightly tag, which is annoying to cleanup. In the rare circumstances that the creation of a new nightly fails after deleting the previous nightly, the job can be re-run or a nightly can be missing for a day. | |||
* | Merge pull request #14139 from jamessan/release-packages | James McCoy | 2021-03-14 | |
|\ | | | | | ci(GHA/release): Stop installing gcc-multilib | |||
| * | ci(GHA/release): Stop installing gcc-multilib | James McCoy | 2021-03-14 | |
| | | | | | | | | | | Recent changes in Xenial have made it uninstallable and we aren't actually using anything from it for the release builds. | |||
* | | Don't run CI on draft PRs | smolck | 2021-03-14 | |
|/ | ||||
* | ci(GHA): install perl on osx | Jan Edmund Lazo | 2021-01-17 | |
| | | | | Fix missing header files in system perl. | |||
* | ci(gha): brew unlink gcc@8/@9 to fix upgrade issues | James McCoy | 2021-01-11 | |
| | ||||
* | ci(gha): brew upgrade before installing | James McCoy | 2021-01-10 | |
| | ||||
* | Do not delete the nightly release | Michał Kiełbowicz | 2021-01-10 | |
| | ||||
* | ci: Fix typo in release.yml that prevents optimized nightly build (#13671) | Collided Scope | 2021-01-03 | |
| | | | Assuming the `CMAKE_BUILD_TYPE` directive is case-sensitive, this *actually* prevents the nightly build from being optimized. Even if it doesn't, the typo causes `:checkhealth` to issue a dummy warning in the Performance section. | |||
* | ci: Add Windows binaries to the release | James McCoy | 2020-12-31 | |
| | ||||
* | ci(GHA): Disable fail-fast for CI checks | James McCoy | 2020-12-30 | |
| | ||||
* | Merge pull request #13540 from erw7/add-gha-for-windows-vs2017 | James McCoy | 2020-12-28 | |
|\ | ||||
| * | GHA: integrate unix and windows settings | erw7 | 2020-12-17 | |
| | | ||||
| * | GHA: fix build problems on Windows | erw7 | 2020-12-16 | |
| | | ||||
| * | ci: setup GitHub actions for windows | Thomas Vigouroux | 2020-12-16 | |
| | | ||||
* | | GHA/osx: workaround for brew update error (#13584) | notomo | 2020-12-22 | |
| | | ||||
* | | GHA/osx: remove python 2to3 | Jan Edmund Lazo | 2020-12-19 | |
|/ | ||||
* | Revert "Use oldest macOS version for release workflow" | James McCoy | 2020-12-11 | |
| | ||||
* | Use oldest macOS version for release workflow | Mitchell Hanberg | 2020-12-11 | |
| | ||||
* | GHA: Use oldest OS images to build releases | James McCoy | 2020-12-09 | |
| | | | | Closes #13493 | |||
* | GHA: Perform a full checkout for release workflow | James McCoy | 2020-12-06 | |
| | | | | | This is needed to get a tag-based version from `git describe` rather than just the commit. | |||
* | GHA: Include runtime in macos release tarball | James McCoy | 2020-12-06 | |
| | ||||
* | GHA: Use full version in release description | James McCoy | 2020-12-06 | |
| | | | | Closes #13466 | |||
* | GHA: Fix event_name check for nightly builds | James McCoy | 2020-12-06 | |
| | ||||
* | GHA: Delete nightly tag before creating new release | James McCoy | 2020-12-05 | |
| | ||||
* | GHA: Generate correct appimage for release/nightly | James McCoy | 2020-12-05 | |
| | ||||
* | GHA: Do not run CI for tags | James McCoy | 2020-12-05 | |
| | ||||
* | GHA: Rename "Nightly release" to "Release" | James McCoy | 2020-12-05 | |
| | ||||
* | GHA: Automatically create a release for versioned tags | James McCoy | 2020-12-05 | |
| | ||||
* | GHA: Add support for manually creating a release | James McCoy | 2020-12-05 | |
| | ||||
* | GHA: Use meeDamian/github-release to create/update release | James McCoy | 2020-12-05 | |
| | ||||
* | GHA: Build appimage for nightly | James McCoy | 2020-12-04 | |
| | ||||
* | GHA: Stop installing test dependencies for nightly build | James McCoy | 2020-12-04 | |
| | ||||
* | GHA: Publish nightly builds for Linux and macOS | James McCoy | 2020-12-04 | |
| | ||||
* | GHA: Force CCACHE_DIR=$HOME/.ccache | James McCoy | 2020-11-24 | |
| | ||||
* | GHA: brew required software | James McCoy | 2020-11-24 | |
| | ||||
* | env.sh: Handle no flavor being specified | James McCoy | 2020-11-24 | |
| | ||||
* | GHA: Add macOS CI | James McCoy | 2020-11-24 | |
| | ||||
* | GHA: Rename linux workflow to CI | James McCoy | 2020-11-24 | |
| | ||||
* | GHA: Switch to ubuntu-20.04 image for Linux | James McCoy | 2020-11-23 | |
| | | | | | | Stop explicitly installing Ubuntu's python package, since most of the Python 2 packages (and importantly pip/setuptools) have been removed in this Ubuntu version. | |||
* | docs: Change nvim_lsp to lspconfig | rockerBOO | 2020-11-16 | |
| | ||||
* | docs: Update ISSUE_TEMPLATE for lsp_bug_report | rockerBOO | 2020-11-16 | |
| | ||||
* | GHA: Add tsan job to the matrix | James McCoy | 2020-11-14 | |
| |