Skip to content

Commit

Permalink
Move downloads on appveyor to download.
Browse files Browse the repository at this point in the history
  • Loading branch information
Tobias Schlemmer committed Jul 4, 2018
1 parent a2f1a5a commit 88284fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ build_script:
- bash -c "(%TEST_COMMAND%) || (cat test-suite.log ; false)"
- bash -c "git config --global user.email "keinstein@users.sourceforge.net"
- bash -c "git config --global user.name "Appveyor automatic deployment"
- bash -c "if [[ $MUTABOR_DEPLOY = true ]] ; then git clone --depth=1 --branch=master https://${GITHUB_TOKEN}@github.com/keinstein/mutabor-nightlies public && mkdir -p public/docs/downloads/${CXX}_WIN_${MINGW_ARCH}_${APPVEYOR_REPO_TAG_NAME} && cp Mutabor*.exe *.zip public/docs/downloads/${CXX}_WIN_${MINGW_ARCH}_${APPVEYOR_REPO_TAG_NAME} && cd public && git add docs/downloads/${CXX}_WIN_${MINGW_ARCH}_${APPVEYOR_REPO_TAG_NAME} && git commit -m 'Automatic publishing from Appveyor' && until git push origin master ; do sleep 60 ; git pull origin ; done; fi"
- bash -c "if [[ $MUTABOR_DEPLOY = true ]] ; then git clone --depth=1 --branch=master https://${GITHUB_TOKEN}@github.com/keinstein/mutabor-nightlies public && mkdir -p public/docs/download/${_CC}_WIN_${MINGW_ARCH}_${APPVEYOR_REPO_TAG_NAME} && cp Mutabor*.exe *.zip public/docs/download/${_CC}_WIN_${MINGW_ARCH}_${APPVEYOR_REPO_TAG_NAME} && cd public && git add docs/download/${_CC}_WIN_${MINGW_ARCH}_${APPVEYOR_REPO_TAG_NAME} && git commit -m 'Automatic publishing from Appveyor' && until git push origin master ; do sleep 60 ; git pull origin ; done; fi"

artifacts:
- path: 'Mutabor*.exe'
Expand Down

0 comments on commit 88284fc

Please sign in to comment.