Skip to content

Commit

Permalink
i#1967 cron builds: build package in Appveyor builds
Browse files Browse the repository at this point in the history
Adds package building in each Appveyor build.

Adds force_update for Appveyor deployment to try and get it in the same
GitHub Release as Travis.

Issue: #1967
  • Loading branch information
derekbruening committed Mar 4, 2018
1 parent 7a37c24 commit 70041d5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,8 @@ build_script:
- cd build
- echo %PATH%
# The perl in c:\perl can't open a pipe so we use cygwin perl.
- c:\cygwin\bin\perl ../suite/runsuite_wrapper.pl travis use_ninja %EXTRA_ARGS%
# XXX i#1967: can we pass "package" only when deploying to save time?
- c:\cygwin\bin\perl ../suite/runsuite_wrapper.pl travis use_ninja package %EXTRA_ARGS%

# Automated deployment of builds to GitHub Releases.
# We rely on a Travis cron job to push a tag to the repo which then
Expand All @@ -117,6 +118,7 @@ deploy:
artifact: build*/DynamoRIO*.zip
draft: false
prerelease: false
force_update: true
on:
branch: master
appveyor_repo_tag: true

0 comments on commit 70041d5

Please sign in to comment.