aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorMartin Willi <martin@revosec.ch>2014-06-05 14:07:21 +0200
committerMartin Willi <martin@revosec.ch>2014-06-06 16:28:28 +0200
commitfd372e13a238180102168770ff8e60c82ba59da2 (patch)
tree1e931ba67796aece980de91caa301cb2ae196ed6 /.travis.yml
parent9c62511c087b89f88ff21d5f0d65310ab712afe3 (diff)
downloadstrongswan-fd372e13a238180102168770ff8e60c82ba59da2.tar.bz2
strongswan-fd372e13a238180102168770ff8e60c82ba59da2.tar.xz
travis: Add a Windows 32-bit variant build test
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 697425f57..c7f0e84a5 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -38,4 +38,6 @@ matrix:
- compiler: gcc
env: TEST=dist
- compiler: gcc
- env: TEST=win MONOLITHIC=yes
+ env: TEST=win64 MONOLITHIC=yes
+ - compiler: gcc
+ env: TEST=win32 MONOLITHIC=yes