• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1#!/bin/bash
2
3set -e
4set -o xtrace
5
6apt-get update
7apt-get install -y --no-remove \
8        zstd \
9        g++-mingw-w64-i686 \
10        g++-mingw-w64-x86-64
11
12. .gitlab-ci/container/debian/x86_build-mingw-patch.sh
13. .gitlab-ci/container/debian/x86_build-mingw-source-deps.sh
14