[pkg-opensc-commit] [opensc] 180/295: travis-ci: fixed mingw cross compile build

Eric Dorland eric at moszumanska.debian.org
Sat Jun 24 21:11:29 UTC 2017


This is an automated email from the git hooks/post-receive script.

eric pushed a commit to branch master
in repository opensc.

commit aa0592f02573636013c44209ba9de507a6f3bb7c
Author: Frank Morgner <frankmorgner at gmail.com>
Date:   Fri Feb 24 22:52:35 2017 +0100

    travis-ci: fixed mingw cross compile build
    
    fixes #906
---
 .travis.yml | 12 +++++++-----
 1 file changed, 7 insertions(+), 5 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 7666af8..ced10f0 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -44,11 +44,6 @@ matrix:
       env: HOST=x86_64-w64-mingw32
     - os: linux
       env: HOST=i686-w64-mingw32
-  allow_failures:
-    - os: linux
-      env: HOST=x86_64-w64-mingw32
-    - os: linux
-      env: HOST=i686-w64-mingw32
 
 before_script:
   - ./bootstrap
@@ -83,6 +78,13 @@ script:
       wine "C:/Program Files (x86)/Inno Setup 5/ISCC.exe" win32/OpenSC.iss;
     fi
 
+after_script:
+  # kill process started during compilation to finish the build, see
+  # https://github.com/moodlerooms/moodle-plugin-ci/issues/33 for details
+  - if [ ! -z "$HOST" -a "${COVERITY_SCAN_BRANCH}" != 1 ]; then
+      killall services.exe;
+    fi
+
 
 before_install:
   - if [ "$TRAVIS_OS_NAME" != "linux" ]; then

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-opensc/opensc.git



More information about the pkg-opensc-commit mailing list