Browse Source

[ci skip] Build Visual Studio 12 Win64 on Appveyor

tags/v0.2.15^2
Zhang Xianyi 10 years ago
parent
commit
1ac8c32f1d
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      appveyor.yml

+ 1
- 1
appveyor.yml View 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:


Loading…
Cancel
Save