summaryrefslogtreecommitdiff
path: root/.gitlab-ci/test-msys2-autotools.sh
diff options
context:
space:
mode:
Diffstat (limited to '.gitlab-ci/test-msys2-autotools.sh')
-rw-r--r--.gitlab-ci/test-msys2-autotools.sh27
1 files changed, 0 insertions, 27 deletions
diff --git a/.gitlab-ci/test-msys2-autotools.sh b/.gitlab-ci/test-msys2-autotools.sh
deleted file mode 100644
index 1029864b..00000000
--- a/.gitlab-ci/test-msys2-autotools.sh
+++ /dev/null
@@ -1,27 +0,0 @@
-#!/bin/bash
-
-set -e
-
-export PATH="/c/msys64/$MSYSTEM/bin:$PATH"
-if [[ "$MSYSTEM" == "MINGW32" ]]; then
- export MSYS2_ARCH="i686"
-else
- export MSYS2_ARCH="x86_64"
-fi
-
-pacman --noconfirm -Suy
-
-pacman --noconfirm -S --needed \
- base-devel \
- autoconf-archive \
- mingw-w64-$MSYS2_ARCH-toolchain \
- mingw-w64-$MSYS2_ARCH-python3 \
- mingw-w64-$MSYS2_ARCH-libffi \
- mingw-w64-$MSYS2_ARCH-cairo \
- mingw-w64-$MSYS2_ARCH-glib2 \
- mingw-w64-$MSYS2_ARCH-gtk-doc
-
-./autogen.sh
-
-make -j6
-make -j6 check