Skip to content
This repository was archived by the owner on Jan 26, 2026. It is now read-only.

Commit 75e349f

Browse files
committed
project: Fix appveyor script.
1 parent b04b03d commit 75e349f

1 file changed

Lines changed: 2 additions & 13 deletions

File tree

SMP/appveyor.yml

Lines changed: 2 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,12 @@ branches:
66
skip_non_tags: true
77
clone_depth: 10
88

9-
configuration: Release+ReleaseDLLStaticDeps
9+
configuration: Release+ReleaseDLL
1010

1111
platform: x86+x64
1212

1313
environment:
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+
2824
install:
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-
126119
build:
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-
135124
artifacts:
136125
- path: build_out
137126
name: $(APPVEYOR_PROJECT_NAME)_$(APPVEYOR_REPO_TAG_NAME)_msvc$(MSVC_VER)

0 commit comments

Comments
 (0)