Skip to content

Commit

Permalink
backwards tick?
Browse files Browse the repository at this point in the history
  • Loading branch information
garakmon committed Oct 11, 2018
1 parent af7c395 commit ec991a8
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,21 @@ 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'
provider: GitHub
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
Expand Down

0 comments on commit ec991a8

Please sign in to comment.