Skip to content

Commit

Permalink
Try again...
Browse files Browse the repository at this point in the history
  • Loading branch information
bellenot authored and sftnight committed Dec 2, 2016
1 parent 0c0215b commit 8a41b4d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,10 @@ install:

build_script:
# appveyor doesn't recognize x64 architecture when running on a virtual machine, so let's force it
- if [%platform%]==[x64] set CMAKE_EXTRA_ARGS=" -DLLVM_HOST_TRIPLE=x86_64-pc-win32 "
- tools\packaging\cpt.py ^
-|
if [%platform%]==[x64] set CMAKE_EXTRA_ARGS="-DLLVM_HOST_TRIPLE=x86_64-pc-win32"
echo "%CMAKE_EXTRA_ARGS%"
tools\packaging\cpt.py ^
--current-dev=tar ^
--with-cling-url=https://github.com/%APPVEYOR_REPO_NAME% ^
--with-clang-url=http://root.cern.ch/git/clang.git ^
Expand Down

0 comments on commit 8a41b4d

Please sign in to comment.