Skip to content

Commit

Permalink
appveyor: rename build artifacts to reflect %platform%
Browse files Browse the repository at this point in the history
  • Loading branch information
derselbst committed May 20, 2018
1 parent c61b93d commit 8d33845
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .appveyor-vcpkg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 2 additions & 2 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 8d33845

Please sign in to comment.