From 2224465cc9eec0acb5745348700c69c1d45d6c65 Mon Sep 17 00:00:00 2001 From: John Hood Date: Fri, 28 Oct 2022 23:57:23 -0400 Subject: [PATCH] Stop Cygwin CI --- appveyor.sh | 50 ------------------------------------------------ appveyor.yml | 54 ---------------------------------------------------- 2 files changed, 104 deletions(-) delete mode 100755 appveyor.sh delete mode 100644 appveyor.yml diff --git a/appveyor.sh b/appveyor.sh deleted file mode 100755 index 11fc06798..000000000 --- a/appveyor.sh +++ /dev/null @@ -1,50 +0,0 @@ -#!/bin/sh -# -# Cleanup for Appveyor peculiarities. -# - -# Echo, eval, and error on shell commands. -eeval() -{ - echo "$0: $*" >&2 - eval "$@" - rv=$? - if [ $rv -ne 0 ]; then - echo "$0: failed, exitcode $rv" - exit $rv - fi - return 0 -} - -# We inherit a broken Windows path with a Windows Git. -PATH=/bin - -# This supposedly fixes some failures. -exec 0