Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | 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. | |||
* | GHA: Add tsan job to the matrix | James McCoy | 2020-11-14 | |
| | ||||
* | 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 | |