From: Martin Quinson Date: Sun, 20 Sep 2015 00:15:38 +0000 (+0200) Subject: [appveyor] restrict MinGW to Win32 as win_ucontext does not work on 64bits X-Git-Tag: v3_12~165 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/f885ae2624ab2ba8dad42320b2b1c5be233fbac1?hp=869cb09bd34ca3549868b4f86cc6a6dfb2c551d4 [appveyor] restrict MinGW to Win32 as win_ucontext does not work on 64bits --- diff --git a/appveyor.yml b/appveyor.yml index ff931d6541..67d977287c 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -23,6 +23,7 @@ environment: - COMPILER: MSVC15 PLATFORM: Win32 - COMPILER: MinGW-w64 + PLATFORM: Win32 # - COMPILER: MSVC15 # PLATFORM: x64