xref: /third_party/skia/bin/fetch-skps
  • Home
  • History
  • Annotate Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /third_party/skia/bin/
1cb93a386Sopenharmony_ci#!/bin/sh
2cb93a386Sopenharmony_ci
3cb93a386Sopenharmony_ci# Copies the latest bot-generated SKP set to ./skps.
4cb93a386Sopenharmony_ci# If you are having trouble, please refer to the instructions at:
5cb93a386Sopenharmony_ci# https://sites.google.com/a/google.com/skia/key-resources/skps
6cb93a386Sopenharmony_ci
7cb93a386Sopenharmony_ciset -x
8cb93a386Sopenharmony_ciset -e
9cb93a386Sopenharmony_ci
10cb93a386Sopenharmony_ciROOT_DIR="$(cd $(dirname $0)/..; pwd)"
11cb93a386Sopenharmony_cipython3 ${ROOT_DIR}/bin/fetch-sk
12cb93a386Sopenharmony_cicase "$(uname -s)" in
13cb93a386Sopenharmony_ci  CYGWIN*) SK_EXE="sk.exe";;
14cb93a386Sopenharmony_ci  MINGW*)  SK_EXE="sk.exe";;
15cb93a386Sopenharmony_ci  *)       SK_EXE="sk";;
16cb93a386Sopenharmony_ciesac
17cb93a386Sopenharmony_ci${ROOT_DIR}/bin/${SK_EXE} asset download skp $(pwd)/skps
18

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