summaryrefslogtreecommitdiffstats
path: root/.gitlab-ci/debian-install.sh
diff options
context:
space:
mode:
authorEric Engestrom <[email protected]>2019-03-08 12:47:23 +0000
committerEric Engestrom <[email protected]>2019-05-02 15:10:59 +0000
commit7c15a87aeab64692cdce7abf471c30869145f449 (patch)
treeaa16158e216f5847aa1787e0f7c5a46b6a0bebad /.gitlab-ci/debian-install.sh
parenta34ee4dec780e01fb33780893da0cb95af2beb13 (diff)
gitlab-ci: add scons windows build using mingw
Signed-off-by: Eric Engestrom <[email protected]>
Diffstat (limited to '.gitlab-ci/debian-install.sh')
-rw-r--r--.gitlab-ci/debian-install.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/.gitlab-ci/debian-install.sh b/.gitlab-ci/debian-install.sh
index 8bbd451e422..3b8a1c0c5d5 100644
--- a/.gitlab-ci/debian-install.sh
+++ b/.gitlab-ci/debian-install.sh
@@ -68,6 +68,11 @@ apt-get install -y \
gettext \
make
+# for 64bit windows cross-builds
+apt-get install -y \
+ wine64 \
+ mingw-w64
+
# dependencies where we want a specific version
export XORG_RELEASES=https://xorg.freedesktop.org/releases/individual
export XCB_RELEASES=https://xcb.freedesktop.org/dist