We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 259d82d commit d4a646aCopy full SHA for d4a646a
appveyor.yml
@@ -25,7 +25,7 @@ environment:
25
global:
26
CL: -nologo
27
LINK: -nologo
28
- URL: https://ci.appveyor.com/api/projects/%APPVEYOR_ACCOUNT_NAME%/pthreads-win32/artifacts/PTHREADS-BUILT%APPVEYOR_BUILD_VERSION%.zip
+ URL: "https://ci.appveyor.com/api/projects/%APPVEYOR_ACCOUNT_NAME%/pthreads-win32/artifacts/PTHREADS-BUILT%APPVEYOR_BUILD_VERSION%.zip"
29
30
matrix:
31
- TOOLSET: MSVC1910 #-1919 = Visual Studio 15.0/2017 (v141 toolset)
0 commit comments