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>
This commit is contained in:
@@ -17,7 +17,7 @@ REM limitations under the License.
|
||||
SETLOCAL ENABLEDELAYEDEXPANSION
|
||||
|
||||
SET BUILD_ROOT=%cd%
|
||||
SET PATH=C:\python36;C:\Program Files\cmake-3.23.1-windows-x86_64\bin;%PATH%
|
||||
SET PATH=C:\python312;C:\cmake-3.31.2\bin;%PATH%
|
||||
SET SRC=%cd%\github\cppdap
|
||||
|
||||
cd %SRC%
|
||||
|
||||
Reference in New Issue
Block a user