Skip to content

Commit

Permalink
project: Fix appveyor script.
Browse files Browse the repository at this point in the history
  • Loading branch information
Sibras committed Nov 9, 2024
1 parent b04b03d commit 75e349f
Showing 1 changed file with 2 additions and 13 deletions.
15 changes: 2 additions & 13 deletions SMP/appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,12 @@ branches:
skip_non_tags: true
clone_depth: 10

configuration: Release+ReleaseDLLStaticDeps
configuration: Release+ReleaseDLL

platform: x86+x64

environment:
GITHUBTOKEN:
secure: c9Sads7Y16h7FP+LrR3IjVygYAgh8GByE8TtazxDg7jpPVxc+XDV81z7MoUc2Ada
matrix:
- MSVC_VER: 12
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2013
- MSVC_VER: 14
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015
- MSVC_VER: 15
Expand All @@ -24,7 +20,7 @@ environment:
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019
- MSVC_VER: 17
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2022

install:
# Install GitLink
- cmd: nuget install gitlink -Version 2.4.0
Expand Down Expand Up @@ -120,18 +116,11 @@ before_build:
$env:VCTargetsPath="$env:MSBUILDDIR\..\..\..\Microsoft.Cpp\v4.0\V${env:MSVC_VER}0"
}
# Use project supplied script to download all required dependency libraries
- cmd: call "%APPVEYOR_BUILD_FOLDER%\SMP\project_get_dependencies.bat"

build:
project: build.vcxproj
parallel: true
verbosity: minimal

after_build:
# Copy licenses for dependencies
- cmd: copy /y %APPVEYOR_BUILD_FOLDER%\..\prebuilt\licenses\*.* %APPVEYOR_BUILD_FOLDER%\build_out\licenses\

artifacts:
- path: build_out
name: $(APPVEYOR_PROJECT_NAME)_$(APPVEYOR_REPO_TAG_NAME)_msvc$(MSVC_VER)
Expand Down

0 comments on commit 75e349f

Please sign in to comment.