xref: /third_party/skia/tools/skqp/branch_skqp_dev.sh
  • Home
  • History
  • Annotate Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /third_party/skia/tools/skqp/
1cb93a386Sopenharmony_ci#! /bin/sh
2cb93a386Sopenharmony_ci# Copyright 2018 Google LLC.
3cb93a386Sopenharmony_ci# Use of this source code is governed by a BSD-style license that can be
4cb93a386Sopenharmony_ci# found in the LICENSE file.
5cb93a386Sopenharmony_ciset -xe
6cb93a386Sopenharmony_ciset -- platform_tools/android/apps/skqp/src/main/assets/files.checksum       \
7cb93a386Sopenharmony_ci       platform_tools/android/apps/skqp/src/main/assets/skqp/rendertests.txt \
8cb93a386Sopenharmony_ci       platform_tools/android/apps/skqp/src/main/assets/skqp/unittests.txt
9cb93a386Sopenharmony_cifor arg; do [ -f "$arg" ] || exit 1; done
10cb93a386Sopenharmony_ciMSG="$(printf 'Cut SkQP %s\n\nNo-Try: true' "$(date +%Y-%m-%d)")"
11cb93a386Sopenharmony_cigit merge -s ours origin/skqp/dev -m "$MSG"
12cb93a386Sopenharmony_cigit add "$@"
13cb93a386Sopenharmony_cigit commit --amend --reuse-message=HEAD
14

Indexes created Thu Nov 07 10:32:03 CST 2024