Skip to content

Commit

Permalink
i#1967 cron builds: Appveyor release description
Browse files Browse the repository at this point in the history
Since Appveyor appears to clobber the GitHub Release name and description
set by Travis, we set similar values for Appveyor.

Sets the Appveyor deploy file to use the artifact name, as the path (with
wildcards) failed.

Issue: #1967
  • Loading branch information
derekbruening committed Mar 5, 2018
1 parent f21db3f commit 980de29
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
7 changes: 4 additions & 3 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,14 +108,15 @@ build_script:
# triggers this deployment.
artifacts:
- path: 'build\build_*\DynamoRIO*.zip'
name: Release package
name: DR.zip
type: zip
deploy:
description: 'Automated periodic Appveyor build'
release: 'Auto-generated periodic build $(appveyor_build_version).'
description: 'Auto-generated periodic build $(appveyor_build_version). Unlike official release builds, Dr. Memory is not included in this build, and for Linux, i686 is separated from x86_64 rather than being combined in one package.'
provider: GitHub
auth_token:
secure: mfNFJ47dV/0CNpg156CiHuK3t6VUNCVhAIYNVkJfwjwY0dbhD1kIdMPfTMdarCnz
artifact: 'build\build_*\DynamoRIO*.zip'
artifact: DR.zip
draft: false
prerelease: false
force_update: true
Expand Down
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -144,8 +144,8 @@ deploy:
file_glob: true
file: "build*/DynamoRIO*.tar.gz"
skip_cleanup: true
name: "Travis auto-generated build $TRAVIS_BUILD_NUMBER."
body: "Travis auto-generated build $TRAVIS_BUILD_NUMBER. Unlike official release builds, Dr. Memory is not included in this build, and i686 is separated from x86_64 rather than combined in one package."
name: "Auto-generated periodic build $TRAVIS_BUILD_NUMBER."
body: "Auto-generated periodic build $TRAVIS_BUILD_NUMBER. Unlike official release builds, Dr. Memory is not included in this build, and i686 is separated from x86_64 rather than combined in one package."
on:
repo: DynamoRIO/dynamorio
branch: master
Expand Down

0 comments on commit 980de29

Please sign in to comment.