Blob Blame History Raw
From bc5e4a0a6a385efece975ce4ab311195931c0651 Mon Sep 17 00:00:00 2001
From: Claus <claus@protovision.games>
Date: Mon, 4 Feb 2019 20:13:01 +0000
Subject: [PATCH 16/36] Changing Docker image to one with integrated MinGW

---
 bitbucket-pipelines.yml | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/bitbucket-pipelines.yml b/bitbucket-pipelines.yml
index 6c260e6..3c5f5eb 100644
--- a/bitbucket-pipelines.yml
+++ b/bitbucket-pipelines.yml
@@ -1,9 +1,8 @@
-image: alpine:3.7
-
 pipelines:
   default:
     - step:
         name: Build and test
+        image: alpine:3.7
         script:
           - apk add build-base
           - make
@@ -13,9 +12,9 @@ pipelines:
           - cc1541
     - step:
         name: Build Windows
+        image: purplekarrot/mingw-w64-i686
         trigger: manual
         script:
-          - apk add mingw-w64
           - make CC=i686-w64-mingw32-gcc
           - mv cc1541 cc1541.exe
         artifacts:
-- 
2.21.0