blob: ff9221f929e83536aacb66a7b1af2022e2540713 [file] [log] [blame]
mtklein674cd7e2015-01-28 09:39:10 -08001#!/bin/sh
mtklein674cd7e2015-01-28 09:39:10 -08002
3# Copies the latest bot-generated SKP set to ./skps.
Herbert Derbyff889f12018-01-04 11:43:54 -05004# If you are having trouble, please refer to the instructions at:
5# https://sites.google.com/a/google.com/skia/key-resources/skps
mtklein674cd7e2015-01-28 09:39:10 -08006
7set -x
8set -e
9
Eric Boren3177f852021-06-18 10:34:17 -040010ROOT_DIR="$(cd $(dirname $0)/..; pwd)"
John Stilesfd3a6d92021-08-30 15:00:55 -040011python3 ${ROOT_DIR}/bin/fetch-sk
Eric Boren3177f852021-06-18 10:34:17 -040012case "$(uname -s)" in
13 CYGWIN*) SK_EXE="sk.exe";;
14 MINGW*) SK_EXE="sk.exe";;
15 *) SK_EXE="sk";;
16esac
17${ROOT_DIR}/bin/${SK_EXE} asset download skp $(pwd)/skps