travis: Run 32-bit Windows build on precise (12.04) image
That's required due to a bug in MinGW 3.1.0 that's shipped with trusty.
This commit is contained in:
@@ -45,8 +45,11 @@ matrix:
|
||||
env: TEST=apidoc
|
||||
- compiler: gcc
|
||||
env: TEST=win64 MONOLITHIC=yes
|
||||
# this does not work on 14.04 due to a missing @4 decoration for
|
||||
# TryAcquireSRWLockExclusive in MinGW 3.1.0
|
||||
- compiler: gcc
|
||||
env: TEST=win32 MONOLITHIC=yes
|
||||
dist: precise
|
||||
- compiler: clang
|
||||
os: osx
|
||||
env: TEST=osx
|
||||
|
||||
Reference in New Issue
Block a user