aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorTobias Brunner <tobias@strongswan.org>2016-09-20 14:30:22 +0200
committerTobias Brunner <tobias@strongswan.org>2016-09-20 15:33:01 +0200
commit39d544d56e9b10db68788cf2fce64a77d96cf14e (patch)
treebf4c8473a92da7bc384f8c0ee135478bf56dc6fb /.travis.yml
parent003fec52e08208cfcfd9316752fa1ba2609c955a (diff)
downloadstrongswan-39d544d56e9b10db68788cf2fce64a77d96cf14e.tar.bz2
strongswan-39d544d56e9b10db68788cf2fce64a77d96cf14e.tar.xz
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.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 70a69d5b3..43323f3c6 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -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