summaryrefslogtreecommitdiff
path: root/.gitlab-ci
diff options
context:
space:
mode:
authorChristoph Reiter <reiter.christoph@gmail.com>2019-03-11 19:14:38 +0100
committerChristoph Reiter <reiter.christoph@gmail.com>2019-03-11 19:21:45 +0100
commitd2af7d20850bb65cd2014d43b88b689f2eed996e (patch)
tree6b0d9b3cf4826f69d8734ea4cfc6dd36058ade59 /.gitlab-ci
parent72c670cebf938868ae2a4d71b990cea0f0b7a114 (diff)
downloadgobject-introspection-d2af7d20850bb65cd2014d43b88b689f2eed996e.tar.gz
Drop autotools build system
Diffstat (limited to '.gitlab-ci')
-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