backwards tick?
This commit is contained in:
parent
af7c395dc6
commit
ec991a8af7
1 changed files with 7 additions and 2 deletions
|
@ -7,6 +7,11 @@ build_script:
|
|||
- mingw32-make -j2
|
||||
- windeployqt release/porymap.exe
|
||||
|
||||
#before_deploy:
|
||||
# - git config --local user.name $(git log -1 $TRAVIS_COMMIT --pretty="%aN")
|
||||
# - git config --local user.email $(git log -1 $TRAVIS_COMMIT --pretty="%cE")
|
||||
# - git tag "$(git log --format=%h -1)-mac"
|
||||
|
||||
deploy:
|
||||
#release: myproduct-v$(appveyor_build_version)
|
||||
description: 'Built by AppVeyor'
|
||||
|
@ -14,9 +19,9 @@ deploy:
|
|||
repository: garakmon/porymap
|
||||
auth_token:
|
||||
secure: MLSwoIXXuZaI9iKbxUSX7ErtiRW8Q9MSuPOqS8EYJj68f4sx8eERXWBLX7MpmmEb
|
||||
artifact: C:/projects/porymap/release/porymap.exe #release #porymap.pro #/.*\.nupkg/ # upload all NuGet packages to release assets
|
||||
artifact: release\porymap.exe #release #porymap.pro #/.*\.nupkg/ # upload all NuGet packages to release assets
|
||||
draft: false
|
||||
prerelease: true
|
||||
prerelease: false
|
||||
on:
|
||||
#all_branches: true #
|
||||
branch: travis-ci # release from master branch only
|
||||
|
|
Loading…
Reference in a new issue