From 71276f500ffd44c0c341b7579f1ed529df06247a Mon Sep 17 00:00:00 2001 From: Magnus Jacobsson Date: Sun, 21 Nov 2021 15:05:10 +0100 Subject: [PATCH] add ci/mingw-make.sh This will be used in an upcoming commit to create 2-step autotools build jobs for MinGW. --- ci/mingw-make.sh | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 ci/mingw-make.sh diff --git a/ci/mingw-make.sh b/ci/mingw-make.sh new file mode 100644 index 000000000..d35b18373 --- /dev/null +++ b/ci/mingw-make.sh @@ -0,0 +1,7 @@ +#!/usr/bin/env bash + +set -eux + +ci/mingw-install.sh + +ci/out-of-source-make.sh -- 2.40.0