summaryrefslogtreecommitdiff
path: root/.gitlab-ci/container/debian/x86_build-mingw.sh
diff options
context:
space:
mode:
Diffstat (limited to '.gitlab-ci/container/debian/x86_build-mingw.sh')
-rw-r--r--.gitlab-ci/container/debian/x86_build-mingw.sh13
1 files changed, 13 insertions, 0 deletions
diff --git a/.gitlab-ci/container/debian/x86_build-mingw.sh b/.gitlab-ci/container/debian/x86_build-mingw.sh
new file mode 100644
index 00000000000..34630e45a46
--- /dev/null
+++ b/.gitlab-ci/container/debian/x86_build-mingw.sh
@@ -0,0 +1,13 @@
+#!/bin/bash
+
+set -e
+set -o xtrace
+
+apt-get update
+apt-get install -y --no-remove \
+ zstd \
+ g++-mingw-w64-i686 \
+ g++-mingw-w64-x86-64
+
+. .gitlab-ci/container/debian/x86_build-mingw-patch.sh
+. .gitlab-ci/container/debian/x86_build-mingw-source-deps.sh