[CI] Test build on Windows

This commit is contained in:
Edouard DUPIN 2016-01-07 21:52:16 +01:00
parent 8a2a23a40e
commit ebf36c924c

View File

@ -14,9 +14,9 @@ addons:
packages: packages:
- g++-4.9 - g++-4.9
- expect - expect
#- binutils-mingw-w64-x86-64 # 64bit MinGW - binutils-mingw-w64-x86-64 # 64bit MinGW
#- gcc-mingw-w64-x86-64 - gcc-mingw-w64-x86-64
#- g++-mingw-w64-x86-64 - g++-mingw-w64-x86-64
matrix: matrix:
include: include:
@ -26,9 +26,9 @@ matrix:
- os: linux - os: linux
env: CONF=debug BUILDER=clang TARGET=Linux env: CONF=debug BUILDER=clang TARGET=Linux
compiler: clang compiler: clang
#- os: linux - os: linux
# env: CONF=release BUILDER=gcc TARGET=Windows TAG=Mingw env: CONF=release BUILDER=gcc TARGET=Windows TAG=Mingw
# compiler: x86_64-w64-mingw32-gcc compiler: x86_64-w64-mingw32-gcc
#- os: linux #- os: linux
# env: CONF=release BUILDER=gcc TARGET=Android TAG=Android DISABLE_PACKAGE=-p # env: CONF=release BUILDER=gcc TARGET=Android TAG=Android DISABLE_PACKAGE=-p
# compiler: gcc # compiler: gcc