aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/release.yml
Commit message (Collapse)AuthorAge
...
* ci: bump github actions versions #18616dundargoc2022-05-20
|
* ci: remove remnants of gperf #18550Justin M. Keyes2022-05-12
| | | | gperf was removed in 36613b888bae7df764a26a28ca1627a2c0c2edeb yay!
* refactor(packaging): Windows: improve MSI, remove NSIS #18069Henry Fraser2022-04-11
| | | | | | | | | | - Removed NSIS installer. - Prevents undefined behaviour when two installations are performed to the same directory (NSIS + MSI). - Reduced cost of maintaining two installers that do the same thing. - Chose Wix MSI due to its better integration with Windows. - Added Wix patch file to add neovim binaries to the system path during installation. - Replaced neovim installer icons with better looking versions. - Renamed neovim installer icons from logo.ico -> neovim.ico for all icons to better reflect contents.
* ci(macos): minimize log output from brew updateDundar Göc2022-03-07
| | | | | Also remove perl from brew install to prevent a warning that states it's already installed.
* Merge pull request #17467 from dundargoc/ci/remove-failing-windowsJames McCoy2022-02-25
|\ | | | | ci: remove failing windows CI tests
| * ci: bump Windows image to windows-2019James McCoy2022-02-20
| | | | | | | | | | | | | | | | The VS 2019 CMake generator no longer has different generator types for different architectures. Now, the architecture is specified via CMake's `-A` switch. However, this requires we also propagate `${CMAKE_GENERATOR_PLATFORM}` to the bundled deps, so they build for the same architecture as Nvim.
* | ci: improved cpack packagingHenry Fraser2022-02-24
|/ | | | | | | | | | | | | | | | | | | | | | Addresses: #12571 - Added the following installers through CMake files: - Windows NSIS. - Windows MSI. - Windows zip. - MacOs tarball. - Linux tarball. - Linux Deb package. - Tweaked pipeline CPack commands to build using new CMakeLists.txt configuration file. - Added icons and relevant packaging files. - Updated notes.md to reflect new installation instructions. This isn't meant to be the perfect solution, it's simply a first pass at using a simple packaging system to build Windows installers. A Debian package has also been added since it's very easy but other packages have been left out due to limiting the scope. Hopefully we can build further upon this and improve it over time with code signing, better icons and more user-friendly installation graphics and so on.
* ci(release): enable gh's api debug logs when creating the releaseJames McCoy2022-01-12
| | | | | | | This is intended to help track down why the release is sporadically left in draft state, rather than being published. [skip ci]
* ci: remove outdated brew workaround that isn't needed anymoreDundar Göc2021-12-31
|
* ci: remove "brew upgrade" from macos jobsDundar Göc2021-12-04
| | | | | | Packages are automatically upgraded on install. This will avoid upgrading unrelated packages, cutting the macos job time to about a half.
* ci!: remove win32 builds/releasesJames McCoy2021-11-14
|
* ci(release): delete nightly/stable tag so release recreates itJames McCoy2021-11-02
| | | | | | | | Even though the releaes itself gets deleted, if the tag is not, then creating a new release just re-uses the same tag, even though we're using “--target <sha>”. [skip ci]
* ci(release): do not fail if stable/nightly release doesn't existJames McCoy2021-10-30
| | | | [skip ci]
* ci(release): re-publish "stable" release for versioned releasesJames McCoy2021-10-30
| | | | [skip ci]
* ci(release): use gh cli instead of 3rd-party actionsJames McCoy2021-10-30
| | | | | | Closes #15709 [skip ci]
* 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