view pixmaps/gen-inline-pixbufs.sh @ 23608:3b378f03f713 v8.2.2346

patch 8.2.2346: Codecov reports every little coverage drop Commit: https://github.com/vim/vim/commit/845b72854de90de13879598df53f1c388e52e1ba Author: Bram Moolenaar <Bram@vim.org> Date: Thu Jan 14 17:55:59 2021 +0100 patch 8.2.2346: Codecov reports every little coverage drop Problem: Codecov reports every little coverage drop. Solution: Tolerate a 0.05% drop. Hide the appveyor config file. (Ozaki Kiichi, closes #7678)
author Bram Moolenaar <Bram@vim.org>
date Thu, 14 Jan 2021 18:00:04 +0100
parents 3fc0f57ecb91
children d4faa2c5211b
line wrap: on
line source

#! /bin/sh

prefix=stock_
list=

for file in "$@"
do
    name=`echo "$file" | sed 's|-|_|g; s|^.*/||; s|\..*$||'`
    list="$list $prefix$name $file"
done

gdk-pixbuf-csource --raw --static --build-list $list