mirror of
https://github.com/encounter/dawn-cmake.git
synced 2025-12-14 23:56:16 +00:00
Initial CQ configuration
Change-Id: I6af1836b6a3dddab0291bb4166e94d57c9e5eaa0
This commit is contained in:
committed by
Corentin Wallez
parent
82b6573d54
commit
99612ae059
9
PRESUBMIT.py
Normal file
9
PRESUBMIT.py
Normal file
@@ -0,0 +1,9 @@
|
||||
# Copyright (c) 2018 The Chromium Authors. All rights reserved.#
|
||||
# Use of this source code is governed by a BSD-style license that can be
|
||||
# found in the LICENSE file.
|
||||
|
||||
def CheckChangeOnUpload(input_api, output_api):
|
||||
return input_api.canned_checks.CheckChangedLUCIConfigs(input_api, output_api)
|
||||
|
||||
def CheckChangeOnCommit(input_api, output_api):
|
||||
return input_api.canned_checks.CheckChangedLUCIConfigs(input_api, output_api)
|
||||
Reference in New Issue
Block a user