aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorDerek Mauro <dmauro@google.com>2022-07-11 10:16:57 -0700
committerCopybara-Service <copybara-worker@google.com>2022-07-11 10:17:32 -0700
commit4086e92d861a943d47033d641e97d2ad32faf63d (patch)
tree8b84798287453e747d63d92e413d4519ef0ce9b4 /.github
parent2e1346de56dcfe38dd8885bfcb5168eb17fc4544 (diff)
downloadgoogletest-4086e92d861a943d47033d641e97d2ad32faf63d.zip
googletest-4086e92d861a943d47033d641e97d2ad32faf63d.tar.gz
googletest-4086e92d861a943d47033d641e97d2ad32faf63d.tar.bz2
Add envvar BAZEL_CXXOPTS=-std=c++14 to the GitHub Actions CI
PiperOrigin-RevId: 460242683 Change-Id: I182a2e082d3a7e38fd3686e9e7af200ba0f954e0
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/gtest-ci.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/gtest-ci.yml b/.github/workflows/gtest-ci.yml
index 61fd47e..036c392 100644
--- a/.github/workflows/gtest-ci.yml
+++ b/.github/workflows/gtest-ci.yml
@@ -4,6 +4,9 @@ on:
push:
pull_request:
+env:
+ BAZEL_CXXOPTS: -std=c++14
+
jobs:
Linux:
runs-on: ubuntu-latest