@@ -3,10 +3,12 @@ language: cpp
os:
- linux
- osx
+ - windows
compiler:
- gcc
- clang
+ - msvc
env:
- EA_CONFIG=Debug
@@ -28,6 +30,14 @@ matrix:
exclude:
- os: osx
compiler: gcc
+ - os: osx
+ compiler: msvc
+ - os: linux
+ - os: windows
+ compiler: clang
+ compiler: gcc
# Handle git submodules yourself
git: