mirror of
https://github.com/ZDoom/fluidsynth.git
synced 2024-11-10 06:51:54 +00:00
appveyor: rename build artifacts to reflect %platform%
This commit is contained in:
parent
c61b93dd74
commit
8d3384545f
2 changed files with 4 additions and 4 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue