Merge pull request #1829 from google/gennadiycivil-patch-1
Update appveyor.yml
This commit is contained in:
		
						commit
						8594fa3784
					
				@ -38,6 +38,7 @@ install:
 | 
				
			|||||||
- ps: |
 | 
					- ps: |
 | 
				
			||||||
    Write-Output "Compiler: $env:compiler"
 | 
					    Write-Output "Compiler: $env:compiler"
 | 
				
			||||||
    Write-Output "Generator: $env:generator"
 | 
					    Write-Output "Generator: $env:generator"
 | 
				
			||||||
 | 
					    Write-Output "Env:Configuation: $env:configuration"
 | 
				
			||||||
    if (-not (Test-Path env:APPVEYOR_PULL_REQUEST_NUMBER)) {
 | 
					    if (-not (Test-Path env:APPVEYOR_PULL_REQUEST_NUMBER)) {
 | 
				
			||||||
      Write-Output "This is *NOT* a pull request build"
 | 
					      Write-Output "This is *NOT* a pull request build"
 | 
				
			||||||
    } else {
 | 
					    } else {
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user