appveyor: rename build artifacts to reflect %platform%

This commit is contained in:
derselbst 2018-05-20 10:28:42 +02:00
parent c61b93dd74
commit 8d3384545f
2 changed files with 4 additions and 4 deletions

View file

@ -61,8 +61,8 @@ build_script:
- cmake --build . --config Release --target check # build unittests
after_build:
- 7z a fluidsynth.zip %APPVEYOR_BUILD_FOLDER%\build\src\Release\*
- 7z a fluidsynth-vcpkg-%platform%.zip %APPVEYOR_BUILD_FOLDER%\build\src\Release\*
artifacts:
- path: build/fluidsynth.zip
- path: build/fluidsynth-vcpkg-%platform%.zip
name: FluidSynth

View file

@ -64,8 +64,8 @@ build_script:
# - cmake --build . --config Release --target check # build unittests
after_build:
- 7z a fluidsynth.zip %APPVEYOR_BUILD_FOLDER%\build\src\Release\* c:\deps\bin\libglib*.dll c:\deps\bin\libgthread*.dll c:\deps\bin\*intl*.dll
- 7z a fluidsynth-%platform%.zip %APPVEYOR_BUILD_FOLDER%\build\src\Release\* c:\deps\bin\libglib*.dll c:\deps\bin\libgthread*.dll c:\deps\bin\*intl*.dll
artifacts:
- path: build/fluidsynth.zip
- path: build/fluidsynth-%platform%.zip
name: FluidSynth