Skip to content

Commit

Permalink
Add automatically deploy tags on AppVeyor (#84)
Browse files Browse the repository at this point in the history
  • Loading branch information
fniephaus committed Jan 17, 2018
1 parent 6aff7b4 commit d62ca2f
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .appveyor.yml
Expand Up @@ -111,10 +111,25 @@ build: false
# default file handles. Ensure a dummy file descriptor is opened with 'exec'.
test_script:
- '%CYG_ROOT%\bin\bash -lc "cd $APPVEYOR_BUILD_FOLDER; exec 0</dev/null; exec ./.travis_build.sh"'

artifacts:
- path: products\*.zip
name: osvm

on_success:
- '%CYG_ROOT%\bin\bash -lc "cd $APPVEYOR_BUILD_FOLDER; exec 0</dev/null; exec ./.travis_deploy.sh"'
before_deploy:
- '%CYG_ROOT%\bin\bash -lc "cd $APPVEYOR_BUILD_FOLDER/deploy/pharo; exec 0</dev/null; exec ./filter-exec.sh pack-vm.sh"'
- '%CYG_ROOT%\bin\bash -lc "cd $APPVEYOR_BUILD_FOLDER/deploy/pharo; exec 0</dev/null; exec ./filter-exec.sh deploy-key.sh"'
deploy_script:
- '%CYG_ROOT%\bin\bash -lc "cd $APPVEYOR_BUILD_FOLDER; exec 0</dev/null; exec ./deploy/pharo/filter-exec.sh deploy-files.pharo.org.sh"'

deploy:
provider: GitHub # Deploy stable tags to GitHub releases
description: 'Automatic release'
auth_token:
secure: SOq4LiXFepptbgPZ4w2McefZOsRRAy8u88/+dpNof57BG4gYTvyESV1EB4CXTXjX
artifact: osvm
on:
branch: Cog
appveyor_repo_tag: true

0 comments on commit d62ca2f

Please sign in to comment.