4 Commits

Author SHA1 Message Date
David Neto
9fd09d6dce
kokoro: update tooling, fix warnings
Kokoro changes:
-  Linux: gcc-13, cmake-3.31.2
- Windows: python 3.12, cmake-3.31.2

* Disable warnings in gtest, gmock

This is required in order to build with GCC 13, and Apple Clang with warnings-as-errors

Bug: crbug.com/383538610

* disable license check on .github/workflows/main.yml

* Use add_subdirectory for internal gtest, gmock

---------

Co-authored-by: Antonio Maiorano <amaiorano@google.com>
2024-12-16 10:51:28 -05:00
nikitalita
a4bc977343 Exclude .gitattributes from license checker 2023-01-06 15:54:31 +00:00
Ben Clayton
ad185ee762 license-checker.cfg: Update rules
The license classification rules in github.com/google/licensecheck have been updated.
2021-02-11 21:58:21 +00:00
Ben Clayton
1fd23dda91 Add license checker config and kokoro presubmit
`license-checker` is a tool that verifies each file has contains a permitted license header.

See https://github.com/ben-clayton/license-checker for more information.

Also add missing licenses to presubmit scripts.
2020-07-21 16:31:05 +01:00