Browse Source

Fix appveyor.yml

tags/v0.3.0
Isuru Fernando 9 years ago
parent
commit
c56d4881f9
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      appveyor.yml

+ 1
- 1
appveyor.yml View File

@@ -46,7 +46,7 @@ before_build:
- if [%COMPILER%]==[cl] cmake -G "Visual Studio 12 Win64" .
- if [%COMPILER%]==[clang-cl] cmake -G "Ninja" -DCMAKE_CXX_COMPILER_ID=clang-cl -DCMAKE_C_COMPILER_ID=clang-cl .

build:
build_script:
- cmake --build .

test_script:


Loading…
Cancel
Save