Skip to content

Commit

Permalink
Use the correct CMake generator
Browse files Browse the repository at this point in the history
  • Loading branch information
bellenot authored and sftnight committed Dec 2, 2016
1 parent ce31cab commit bcbe4d1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ matrix:
configuration: Release
- platform: x64
configuration: Release
CMAKE_EXTRA_ARGS: "-DLLVM_HOST_TRIPLE=x86_64-pc-win32"
CMAKE_EXTRA_ARGS: "-GVisual Studio 15 Win64"

skip_tags: true
os:
Expand All @@ -42,6 +42,7 @@ init:
- ps: iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))
- cmd: wmic os get osarchitecture
- cmd: echo platform is %platform%
- cmd: set

on_failure:
# Your RDP session is limited by overall build time (60 min).
Expand Down

0 comments on commit bcbe4d1

Please sign in to comment.