From 5da14042f70711ea5cf66e034699730335462f66 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 5 May 2024 14:08:03 +0200 Subject: Merging upstream version 1.45.3+dfsg. Signed-off-by: Daniel Baumann --- src/fluent-bit/lib/jemalloc-5.3.0/scripts/windows/script.sh | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 src/fluent-bit/lib/jemalloc-5.3.0/scripts/windows/script.sh (limited to 'src/fluent-bit/lib/jemalloc-5.3.0/scripts/windows/script.sh') diff --git a/src/fluent-bit/lib/jemalloc-5.3.0/scripts/windows/script.sh b/src/fluent-bit/lib/jemalloc-5.3.0/scripts/windows/script.sh new file mode 100644 index 000000000..3a27f70aa --- /dev/null +++ b/src/fluent-bit/lib/jemalloc-5.3.0/scripts/windows/script.sh @@ -0,0 +1,10 @@ +#!/bin/bash + +set -e + +if [[ "$TRAVIS_OS_NAME" != "windows" ]]; then + echo "Incorrect \$TRAVIS_OS_NAME: expected windows, got $TRAVIS_OS_NAME" + exit 1 +fi + +$build_env mingw32-make -k check -- cgit v1.2.3