File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ build : false
2+
3+ platform :
4+ - x64
5+
16clone_folder : c:\projects\python-ffmpeg-video-streaming
27
38environment :
@@ -45,6 +50,13 @@ environment:
4550 VS : " Visual Studio 14 2015 Win64"
4651
4752install :
53+ - ps : if ($env:APPVEYOR_PULL_REQUEST_NUMBER -and $env:APPVEYOR_BUILD_NUMBER -ne ((Invoke-RestMethod `
54+ https://ci.appveyor.com/api/projects/$env:APPVEYOR_ACCOUNT_NAME/$env:APPVEYOR_PROJECT_SLUG/history?recordsNumber=50).builds | `
55+ Where-Object pullRequestId -eq $env:APPVEYOR_PULL_REQUEST_NUMBER)[0].buildNumber) { `
56+ throw "There are newer queued builds for this pull request, failing early." }
57+ - ps : " [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.SecurityProtocolType]::Tls12"
58+ - ps : if (-not(Test-Path($env:PYTHON))) { & appveyor\install.ps1 }
59+ - " echo %APPVEYOR_BUILD_WORKER_IMAGE%"
4860 - " SET PATH=%PYTHON%;%PYTHON%\\ Scripts;%PATH%"
4961 - " python --version"
5062 - " python -m pip install --disable-pip-version-check --user --upgrade pip"
You can’t perform that action at this time.
0 commit comments