Age | Commit message (Collapse) | Author | |
---|---|---|---|
2025-08-29 | CI/GitHub: Only install packages if fully missing | Shauren | |
2025-08-27 | CI/GitHub: Bump actions versions | Shauren | |
2025-04-09 | CI: Update boost install action for windows workflow | Shauren | |
2024-09-20 | CI: Migrate compile flags environment variables to new cmake option ↵ | Shauren | |
WITH_WARNINGS_AS_ERRORS | |||
2024-06-15 | Build: Normalize executable locations in build directory for all platforms | Shauren | |
2024-06-06 | CI/GitHub: Cache OpenSSL installation | Shauren | |
2024-06-05 | CI/GitHub: Authenticate github requests to avoid throttling | Shauren | |
2024-06-05 | CI/GitHub: Fixed installing openssl for windows actions | Shauren | |
2024-06-01 | CI: Normalize setting cmake variables and invoking cmake acoss all ci setups | Shauren | |
2024-05-31 | CI/GitHub: Add Windows x86_64 CI (github actions) support. (#29773) | Fabian König | |
Co-authored-by: Shauren <shauren.trinity@gmail.com> | |||
2024-04-10 | Build: Update required GCC version to 11.1 | Shauren | |
2024-03-01 | CI/Github: Add macOS arm64 github actions support. (#29771) | Fabian | |
2023-01-01 | Build: Update required compilers to current debian stable and VS 2022 | Shauren | |
GCC: 10 Clang: 11 MSVC: 2022 | |||
2022-03-01 | CI/GitHub: Install GCC 8 (#26341) | Giacomo Pozzoni | |
(cherry picked from commit 39bd263c72757acb7facd27cc12b0230866a8f25) | |||
2022-02-28 | CI/GitHub: Switch to GCC 8 (#25610) | Giacomo Pozzoni | |
* CI/GitHub: Switch to GCC 8 Build on GitHub Actions using GCC 8 as it's the oldest supported GCC * Core/Misc: Attempt to fix GCC 8 build (cherry picked from commit d7459cccedc7ca9ba85e209dfeef61969fc78d9a) | |||
2022-02-04 | CI/GitHub: Build on GCC (#25288) | Giacomo Pozzoni | |
* CI/GitHub: Build on GCC * Mark warnings as errors (cherry picked from commit f4dc3cbd65f42f9f144c6718d717ac003fa2edc9) | |||
2020-12-26 | CI/GitHub: Apply branch label to PRs when they are opened | jackpoz | |
Apply branch label to PRs when they are opened instead of having a cron job that runs every 5 minutes. This uses the "new" github action type "pull_request_target" | |||
2020-06-26 | CI/GitHub: Execute issue-labeler.yml action only on TC repo | jackpoz | |
2020-05-23 | CI/GitHub: Add another Pull Request labeler as cron job | jackpoz | |
2020-05-23 | CI/GitHub: Remove PR GitHub Action because of current limitations | jackpoz | |
GitHub Actions triggered when creating a Pull Request receive a read-only token that makes them useless when trying to do anything on GitHub. Useful links: - https://github.com/actions/first-interaction/issues/10 - https://github.com/actions/labeler/issues/12 - https://github.com/actions/labeler#pull-request-labeler | |||
2020-05-23 | CI/GitHub: Rename jobs | jackpoz | |
2020-05-22 | CI/GitHub: Fix github actions syntax | jackpoz | |
2020-05-21 | CI/GitHub: Add action to label pull requests | jackpoz | |
2020-05-17 | CI/GitHub: Add action to label issues | jackpoz | |