Skip to content

Commit

Permalink
Merge pull request lexxmark#28 from Croydon/croydon/cpack3
Browse files Browse the repository at this point in the history
AppVeyor: Make artifacts names more specific
  • Loading branch information
GitMensch authored Sep 13, 2018
2 parents 6cfd835 + 1a97fab commit b7c4225
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ init:
before_build:
- if "%platform%"=="Win32" ( set "CMAKE_GENERATOR_NAME=Visual Studio %VSVERSION%" )
- if "%platform%"=="x64" ( set "CMAKE_GENERATOR_NAME=Visual Studio %VSVERSION% Win64" )
- if "%APPVEYOR_REPO_TAG_NAME%"=="" ( set "APPVEYOR_REPO_TAG_NAME=dev" )
- set VSVERSIONSHORT=%VSVERSION:~3,4%
- if "%APPVEYOR_REPO_TAG_NAME%"=="" ( set "APPVEYOR_REPO_TAG_NAME=dev-%VSVERSIONSHORT%-%platform%-%configuration%" )
- mkdir build
- cd build
- cmake -G "%CMAKE_GENERATOR_NAME%" -DCPACK_PACKAGE_VERSION="%APPVEYOR_REPO_TAG_NAME%" -DCMAKE_BUILD_TYPE="%configuration%" ..
Expand Down

0 comments on commit b7c4225

Please sign in to comment.