backwards tick?

This commit is contained in:
garak 2018-10-11 08:20:36 -04:00
parent af7c395dc6
commit ec991a8af7

View file

@ -7,6 +7,11 @@ build_script:
- mingw32-make -j2 - mingw32-make -j2
- windeployqt release/porymap.exe - 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: deploy:
#release: myproduct-v$(appveyor_build_version) #release: myproduct-v$(appveyor_build_version)
description: 'Built by AppVeyor' description: 'Built by AppVeyor'
@ -14,9 +19,9 @@ deploy:
repository: garakmon/porymap repository: garakmon/porymap
auth_token: auth_token:
secure: MLSwoIXXuZaI9iKbxUSX7ErtiRW8Q9MSuPOqS8EYJj68f4sx8eERXWBLX7MpmmEb 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 draft: false
prerelease: true prerelease: false
on: on:
#all_branches: true # #all_branches: true #
branch: travis-ci # release from master branch only branch: travis-ci # release from master branch only