Blob Blame History Raw
From 4c76ee749aa7935a84e27e02f5dda71d9e95cb74 Mon Sep 17 00:00:00 2001
From: Claus <claus@protovision.games>
Date: Mon, 4 Feb 2019 20:45:17 +0000
Subject: [PATCH 17/36] Adding tests to Windows build step

---
 bitbucket-pipelines.yml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/bitbucket-pipelines.yml b/bitbucket-pipelines.yml
index 3c5f5eb..34cf4c8 100644
--- a/bitbucket-pipelines.yml
+++ b/bitbucket-pipelines.yml
@@ -17,5 +17,9 @@ pipelines:
         script:
           - make CC=i686-w64-mingw32-gcc
           - mv cc1541 cc1541.exe
+          - cd test_cc1541
+          - make CC=i686-w64-mingw32-gcc
+          - mv test_cc1541 test_cc1541.exe
+          - wine test_cc1541.exe ../cc1541.exe
         artifacts:
           - cc1541.exe
-- 
2.21.0