aboutsummaryrefslogtreecommitdiffhomepage
path: root/infra/gcb/build_project.py
diff options
context:
space:
mode:
Diffstat (limited to 'infra/gcb/build_project.py')
-rw-r--r--infra/gcb/build_project.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/infra/gcb/build_project.py b/infra/gcb/build_project.py
index 569c7dbe..f45b0996 100644
--- a/infra/gcb/build_project.py
+++ b/infra/gcb/build_project.py
@@ -58,6 +58,7 @@ def load_project_yaml(project_dir):
project_yaml.setdefault('run_tests', True)
project_yaml.setdefault('coverage_extra_args', '')
project_yaml.setdefault('labels', {})
+ project_yaml.setdefault('language', 'cpp')
return project_yaml