Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | GitHub Actions: Update Ubuntu versions to 20.04, 22.04 and 24.04 | Jan Niklas Hasse | 2024-03-16 | 1 | -1/+1 |
| | |||||
* | GitHub Actions: Only specify major version for actions/upload-release-asset | Jan Niklas Hasse | 2024-02-13 | 1 | -2/+2 |
| | |||||
* | GitHub Actions: Don't specify patch version for actions/upload-release-asset | Jan Niklas Hasse | 2024-02-13 | 1 | -2/+2 |
| | |||||
* | GitHub Actions: Install libgtest-dev for Ubuntu 20.04 | Jan Niklas Hasse | 2023-10-12 | 1 | -1/+1 |
| | |||||
* | GitHub Actions: configure.py no longer builds tests | Jan Niklas Hasse | 2023-10-12 | 1 | -1/+0 |
| | |||||
* | Bump actions/upload-artifact from 1 to 3 | dependabot[bot] | 2023-10-06 | 1 | -2/+2 |
| | | | | | | | | | | | | | | Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 1 to 3. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v1...v3) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> | ||||
* | Add build job for Linux ARM64 | Martin Tzvetanov Grigorov | 2022-10-05 | 1 | -0/+60 |
| | | | | Signed-off-by: Martin Tzvetanov Grigorov <mgrigorov@apache.org> | ||||
* | Fix typos discovered by codespell (#2047) | Christian Clauss | 2021-11-12 | 1 | -0/+3 |
| | | | | | | | | | | % [`codespell --count --ignore-words-list=fo .`](https://pypi.org/project/codespell/) ``` ./ninja/src/missing_deps.cc:119: dependecy ==> dependency ./ninja/src/includes_normalize-win32.cc:51: funcation ==> function ./ninja/src/eval_env.h:58: invokable ==> invocable ./ninja/src/missing_deps_test.cc:155: beacuse ==> because ./ninja/src/deps_log_test.cc:393: unparseable ==> unparsable ``` | ||||
* | Attempt to fix Linux CI build | Andrew Scheller | 2021-05-16 | 1 | -4/+4 |
| | |||||
* | Replace Travis CI with GitHub Actions | Jan Niklas Hasse | 2020-11-06 | 1 | -0/+21 |
| | |||||
* | GitHub Actions: Run more tests on Ubuntu 20.04 (Docker) | Jan Niklas Hasse | 2020-10-31 | 1 | -0/+53 |
| | |||||
* | Add debug build with sanitizers support | Michael Jones | 2020-10-02 | 1 | -8/+21 |
| | |||||
* | Add clang-analyze to build | Michael Jones | 2020-09-30 | 1 | -2/+2 |
| | |||||
* | GitHub Actions: Run ninja_test directly | Jan Niklas Hasse | 2020-05-14 | 1 | -1/+1 |
| | |||||
* | ci: use latest checkout action | Michael Hirsch, Ph.D | 2020-02-19 | 1 | -1/+1 |
| | |||||
* | ci: use contemporary CMake commands and use latest CMake | Michael Hirsch, Ph.D | 2020-02-19 | 1 | -8/+12 |
| | |||||
* | GitHub Actions: Use CentOS 7 for Linux, fix #1533 | Jan Niklas Hasse | 2019-12-20 | 1 | -0/+55 |