]> git.proxmox.com Git - libgit2.git/blame - ci/setup-win32-benchmark.sh
Update changelog for 1.5.0+ds-6 release
[libgit2.git] / ci / setup-win32-benchmark.sh
CommitLineData
ad5611d8
TR
1#!/bin/sh
2
3set -ex
4
5choco install hyperfine zip
6
7CHOCO_PATH=$(mktemp -d)
8curl -L https://github.com/ethomson/PurgeStandbyList/releases/download/v1.0/purgestandbylist.1.0.0.nupkg -o "${CHOCO_PATH}/purgestandbylist.1.0.0.nupkg"
9choco install purgestandbylist -s $(cygpath -w "${CHOCO_PATH}")