Browse Source

[AppVeyor] test cpp in separated build to avoid timeout
Taking longer is better then timeout...

Andy Li 10 years ago
parent
commit
b464f40c18
1 changed files with 3 additions and 1 deletions
  1. 3 1
      appveyor.yml

+ 3 - 1
appveyor.yml

@@ -16,7 +16,9 @@ environment:
         WODI: wodi32
         ADD_REVISION: 1
         OCAMLOPT: ocamlopt.opt
-        TEST: "neko,cs,java,cpp,macro"
+    matrix:
+        - TEST: "neko,cs,java,macro"
+        - TEST: "cpp"
 
 skip_tags: true