aboutsummaryrefslogtreecommitdiff
path: root/.github
Commit message (Collapse)AuthorAge
...
* ci(gha/win): Specify valid directory for DEPS_BUILD_DIRJames McCoy2021-04-21
|
* ci(gha): Simplify clang installationJames McCoy2021-04-21
|
* ci(gha): Update to clang-12James McCoy2021-04-21
|
* issue template: add reference to discourse and minimal config in lsp issue ↵Michael Lingelbach2021-04-05
| | | | template
* ci(gh): Automatically create PR for version.c updatesJames McCoy2021-03-20
| | | | [skip ci]
* 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.
* Merge pull request #14139 from jamessan/release-packagesJames McCoy2021-03-14
|\ | | | | ci(GHA/release): Stop installing gcc-multilib
| * 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.
* | Don't run CI on draft PRssmolck2021-03-14
|/
* ci(GHA): install perl on osxJan Edmund Lazo2021-01-17
| | | | Fix missing header files in system perl.
* 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
|
* ci(GHA): Disable fail-fast for CI checksJames McCoy2020-12-30
|
* Merge pull request #13540 from erw7/add-gha-for-windows-vs2017James McCoy2020-12-28
|\
| * GHA: integrate unix and windows settingserw72020-12-17
| |
| * GHA: fix build problems on Windowserw72020-12-16
| |
| * ci: setup GitHub actions for windowsThomas Vigouroux2020-12-16
| |
* | GHA/osx: workaround for brew update error (#13584)notomo2020-12-22
| |
* | GHA/osx: remove python 2to3Jan Edmund Lazo2020-12-19
|/
* 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: Do not run CI for tagsJames McCoy2020-12-05
|
* GHA: Rename "Nightly release" to "Release"James McCoy2020-12-05
|
* GHA: Automatically create a release for versioned tagsJames McCoy2020-12-05
|
* GHA: Add support for manually creating a releaseJames McCoy2020-12-05
|
* GHA: Use meeDamian/github-release to create/update releaseJames McCoy2020-12-05
|
* GHA: Build appimage for nightlyJames McCoy2020-12-04
|
* GHA: Stop installing test dependencies for nightly buildJames McCoy2020-12-04
|
* GHA: Publish nightly builds for Linux and macOSJames McCoy2020-12-04
|
* GHA: Force CCACHE_DIR=$HOME/.ccacheJames McCoy2020-11-24
|
* GHA: brew required softwareJames McCoy2020-11-24
|
* env.sh: Handle no flavor being specifiedJames McCoy2020-11-24
|
* GHA: Add macOS CIJames McCoy2020-11-24
|
* GHA: Rename linux workflow to CIJames McCoy2020-11-24
|
* GHA: Switch to ubuntu-20.04 image for LinuxJames McCoy2020-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 lspconfigrockerBOO2020-11-16
|
* docs: Update ISSUE_TEMPLATE for lsp_bug_reportrockerBOO2020-11-16
|
* GHA: Add tsan job to the matrixJames McCoy2020-11-14
|
* GHA: Use matrix to de-duplicate workflow definitionJames McCoy2020-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_CPP2James McCoy2020-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.