From 14417a34d5e4272693eff6deb9d1aabcbb94cf16 Mon Sep 17 00:00:00 2001
From: Andrei Karas <akaras@inbox.ru>
Date: Tue, 14 Mar 2017 21:23:30 +0300
Subject: Add into .gitlab-ci.yml build for mingw for windows 64 bits.

---
 .gitlab-ci.yml | 15 ++++++++++++++-
 1 file changed, 14 insertions(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 5df3f3c0e..c70201632 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -132,13 +132,26 @@ mxe_gcc5_shared_32:
   - ls /mxe
   - ./tools/ci/jobs/mxe_gcc5.sh
   <<: *job-shared
-  image: registry.gitlab.com/manaplus/mxe:gcc5_shared
+  image: registry.gitlab.com/manaplus/mxe:gcc5_shared_32
   variables:
     PACKAGES: bash
     CROSS: i686-w64-mingw32.shared
   tags:
     - docker
 
+mxe_gcc5_shared_64:
+  stage: build
+  script:
+  - ls /mxe
+  - ./tools/ci/jobs/mxe_gcc5.sh
+  <<: *job-shared
+  image: registry.gitlab.com/manaplus/mxe:gcc5_shared_64
+  variables:
+    PACKAGES: bash
+    CROSS: x86_64-w64-mingw32.shared
+  tags:
+    - docker
+
 gcc-5_sdl2:
   stage: build
   script:
-- 
cgit v1.2.3-70-g09d2