This repository was archived by the owner on Jan 26, 2026. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -6,16 +6,12 @@ branches:
66skip_non_tags : true
77clone_depth : 10
88
9- configuration : Release+ReleaseDLLStaticDeps
9+ configuration : Release+ReleaseDLL
1010
1111platform : x86+x64
1212
1313environment :
14- GITHUBTOKEN :
15- secure : c9Sads7Y16h7FP+LrR3IjVygYAgh8GByE8TtazxDg7jpPVxc+XDV81z7MoUc2Ada
1614 matrix :
17- - MSVC_VER : 12
18- APPVEYOR_BUILD_WORKER_IMAGE : Visual Studio 2013
1915 - MSVC_VER : 14
2016 APPVEYOR_BUILD_WORKER_IMAGE : Visual Studio 2015
2117 - MSVC_VER : 15
@@ -24,7 +20,7 @@ environment:
2420 APPVEYOR_BUILD_WORKER_IMAGE : Visual Studio 2019
2521 - MSVC_VER : 17
2622 APPVEYOR_BUILD_WORKER_IMAGE : Visual Studio 2022
27-
23+
2824install :
2925# Install GitLink
3026- cmd : nuget install gitlink -Version 2.4.0
@@ -120,18 +116,11 @@ before_build:
120116 $env:VCTargetsPath="$env:MSBUILDDIR\..\..\..\Microsoft.Cpp\v4.0\V${env:MSVC_VER}0"
121117 }
122118
123- # Use project supplied script to download all required dependency libraries
124- - cmd : call "%APPVEYOR_BUILD_FOLDER%\SMP\project_get_dependencies.bat"
125-
126119build :
127120 project : build.vcxproj
128121 parallel : true
129122 verbosity : minimal
130123
131- after_build :
132- # Copy licenses for dependencies
133- - cmd : copy /y %APPVEYOR_BUILD_FOLDER%\..\prebuilt\licenses\*.* %APPVEYOR_BUILD_FOLDER%\build_out\licenses\
134-
135124artifacts :
136125- path : build_out
137126 name : $(APPVEYOR_PROJECT_NAME)_$(APPVEYOR_REPO_TAG_NAME)_msvc$(MSVC_VER)
You can’t perform that action at this time.
0 commit comments