[ci skip] Build Visual Studio 12 Win64 on Appveyor
authorZhang Xianyi <traits.zhang@gmail.com>
Mon, 26 Oct 2015 23:08:54 +0000 (18:08 -0500)
committerZhang Xianyi <traits.zhang@gmail.com>
Mon, 26 Oct 2015 23:08:54 +0000 (18:08 -0500)
appveyor.yml

index 3a0db79..74e1b00 100644 (file)
@@ -36,7 +36,7 @@ skip_commits:
 before_build:
   - echo Running cmake...
   - cd c:\projects\OpenBLAS
-  - cmake .
+  - cmake -G "Visual Studio 12 Win64" .
 
 test_script: