Browse Source

windows ci support'

Roberto Parolin 6 years ago
parent
commit
48fdb91387
1 changed files with 10 additions and 0 deletions
  1. 10 0
      .travis.yml

+ 10 - 0
.travis.yml

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