aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/release.yml
Commit message (Collapse)AuthorAge
* build: use RelWithDebInfo build for nightlies, Release for releasesJames McCoy2021-08-13
| | | | | | | | Unlike Release build type, RelWithDebInfo does not disable asserts. This helps get better debug info from people brave enough to use the nightly builds, but shouldn't be used for official releases. [skip ci]
* feat(ci): Add sha256 checksums to release notesOliver Marriott2021-07-02
|
* ci: upgrade to gcc-11 on ubuntu-18.04glacambre2021-06-16
| | | | | | | | | | In https://github.com/neovim/neovim/issues/14150 , investigations showed that using an older gcc to build the appimage could result in severe perf issues. This is because older gcc versions happily replace calls to libc functions with their own, which happen to be less optimized than their libc counterparts. We fix this problem by upgrading to gcc-11 on ubuntu-18.04.
* fix(ci): Remove gcc@8/gcc@9 homebrew workaroundJames McCoy2021-06-04
|
* ci(gha/release): Bump to ubuntu-18.04James McCoy2021-05-02
| | | | | Per https://wiki.ubuntu.com/Releases, 16.04 is no longer under standard support. Switch to the next LTS, 18.04, for the next couple years.
* ci(gha/release): Enable "contents: write" permission to publish releaseJames McCoy2021-04-21
|
* ci(gha/win): Specify valid directory for DEPS_BUILD_DIRJames McCoy2021-04-21
|
* ci(GHA/release): Delete the release when creating a new nightlyJames McCoy2021-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.
* ci(GHA/release): Stop installing gcc-multilibJames McCoy2021-03-14
| | | | | Recent changes in Xenial have made it uninstallable and we aren't actually using anything from it for the release builds.
* ci(gha): brew unlink gcc@8/@9 to fix upgrade issuesJames McCoy2021-01-11
|
* ci(gha): brew upgrade before installingJames McCoy2021-01-10
|
* Do not delete the nightly releaseMichał Kiełbowicz2021-01-10
|
* ci: Fix typo in release.yml that prevents optimized nightly build (#13671)Collided Scope2021-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 releaseJames McCoy2020-12-31
|
* GHA/osx: workaround for brew update error (#13584)notomo2020-12-22
|
* Revert "Use oldest macOS version for release workflow"James McCoy2020-12-11
|
* Use oldest macOS version for release workflowMitchell Hanberg2020-12-11
|
* GHA: Use oldest OS images to build releasesJames McCoy2020-12-09
| | | | Closes #13493
* GHA: Perform a full checkout for release workflowJames McCoy2020-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 tarballJames McCoy2020-12-06
|
* GHA: Use full version in release descriptionJames McCoy2020-12-06
| | | | Closes #13466
* GHA: Fix event_name check for nightly buildsJames McCoy2020-12-06
|
* GHA: Delete nightly tag before creating new releaseJames McCoy2020-12-05
|
* GHA: Generate correct appimage for release/nightlyJames McCoy2020-12-05
|
* GHA: Rename "Nightly release" to "Release"James McCoy2020-12-05