mirror of
https://github.com/ZDoom/fluidsynth.git
synced 2025-05-31 09:11:10 +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
|
- cmake --build . --config Release --target check # build unittests
|
||||||
|
|
||||||
after_build:
|
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:
|
artifacts:
|
||||||
- path: build/fluidsynth.zip
|
- path: build/fluidsynth-vcpkg-%platform%.zip
|
||||||
name: FluidSynth
|
name: FluidSynth
|
||||||
|
|
|
@ -64,8 +64,8 @@ build_script:
|
||||||
# - cmake --build . --config Release --target check # build unittests
|
# - cmake --build . --config Release --target check # build unittests
|
||||||
|
|
||||||
after_build:
|
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:
|
artifacts:
|
||||||
- path: build/fluidsynth.zip
|
- path: build/fluidsynth-%platform%.zip
|
||||||
name: FluidSynth
|
name: FluidSynth
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue