Skip to content

Commit

Permalink
Deployment on tags
Browse files Browse the repository at this point in the history
  • Loading branch information
julianmi committed Mar 1, 2016
1 parent f7cc60b commit de54e2d
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
1 change: 0 additions & 1 deletion .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,5 +47,4 @@ deploy:
auth_token:
secure: Fgg1YNvCvhz8eHvfWofM9Z4kumoEpzvhQ53yEuW4Iw3KJbDZ8HxacFyq7pV6Pc32
on:
branch: master
appveyor_repo_tag: true
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,4 +85,5 @@ deploy:
- ${TRAVIS_BUILD_DIR}/build/release/EffortLog*.dmg
skip_cleanup: true
on:
all_branches: true
condition: "$DEPLOY = true"
2 changes: 1 addition & 1 deletion tools/windows_deploy.bat
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
mkdir %APPVEYOR_BUILD_FOLDER%\build\release\dist
move %APPVEYOR_BUILD_FOLDER%\build\release\effort-log.exe %APPVEYOR_BUILD_FOLDER%\build\release\dist\effort-log.exe
%QTDIR%\bin\windeployqt %APPVEYOR_BUILD_FOLDER%\build\release\dist\effort-log.exe
7z a %APPVEYOR_BUILD_FOLDER%\effort-log_v%APPVEYOR_BUILD_VERSION%_win32.zip %APPVEYOR_BUILD_FOLDER%\build\release\dist\*
7z a %APPVEYOR_BUILD_FOLDER%\effort-log_v%APPVEYOR_REPO_TAG_NAME%_win32.zip %APPVEYOR_BUILD_FOLDER%\build\release\dist\*
2 changes: 1 addition & 1 deletion tools/windows_deploy_encrypted.bat
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ mkdir %APPVEYOR_BUILD_FOLDER%\build\release\dist
copy C:\OpenSSL-Win32\libeay32.dll %APPVEYOR_BUILD_FOLDER%\build\release\dist\libeay32.dll
copy C:\OpenSSL-Win32\libssl32.dll %APPVEYOR_BUILD_FOLDER%\build\release\dist\libssl32.dll
copy C:\OpenSSL-Win32\ssleay32.dll %APPVEYOR_BUILD_FOLDER%\build\release\dist\ssleay32.dll
7z a %APPVEYOR_BUILD_FOLDER%\effort-log_v%APPVEYOR_BUILD_VERSION%_win32_encrypted.zip %APPVEYOR_BUILD_FOLDER%\build\release\dist\*
7z a %APPVEYOR_BUILD_FOLDER%\effort-log_v%APPVEYOR_REPO_TAG_NAME%_win32_encrypted.zip %APPVEYOR_BUILD_FOLDER%\build\release\dist\*

0 comments on commit de54e2d

Please sign in to comment.