File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ environment:
1717      DUB_VERSION :                 v1.7.2 
1818    - APPVEYOR_JOB_ARCH :           x86 
1919      APPVEYOR_BUILD_WORKER_IMAGE : Visual Studio 2017 
20-       LLVM_VERSION :                6 .0.0 
20+       LLVM_VERSION :                5 .0.1 
2121      HOST_LDC_VERSION :            1.8.0 
2222      DUB_VERSION :                 v1.7.2 
2323
@@ -88,7 +88,11 @@ install:
8888          echo 'Using LLVM with enabled assertions' 
8989          $assertsSuffix = '-withAsserts' 
9090        } 
91-         appveyor DownloadFile "https://github.com/ldc-developers/llvm/releases/download/CI/llvm-$Env:LLVM_VERSION-windows-$Env:APPVEYOR_JOB_ARCH$assertsSuffix.7z" -FileName llvm.7z 
91+         If ($Env:LLVM_VERSION -eq '6.0.0') { 
92+           appveyor DownloadFile "https://github.com/ldc-developers/llvm/releases/download/CI/llvm-$Env:LLVM_VERSION-windows-$Env:APPVEYOR_JOB_ARCH$assertsSuffix.7z" -FileName llvm.7z 
93+         } Else { 
94+           appveyor DownloadFile "https://github.com/ldc-developers/llvm/releases/download/ldc-v$Env:LLVM_VERSION/llvm-$Env:LLVM_VERSION-windows-$Env:APPVEYOR_JOB_ARCH$assertsSuffix.7z" -FileName llvm.7z 
95+         } 
9296md llvm 
9397  - cd llvm 
9498  - 7z x ..\llvm.7z > nul 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments