looking for executable
This commit is contained in:
parent
ec991a8af7
commit
d728c439e2
1 changed files with 6 additions and 2 deletions
|
@ -7,7 +7,10 @@ build_script:
|
||||||
- mingw32-make -j2
|
- mingw32-make -j2
|
||||||
- windeployqt release/porymap.exe
|
- windeployqt release/porymap.exe
|
||||||
|
|
||||||
#before_deploy:
|
before_deploy:
|
||||||
|
- pwd
|
||||||
|
- ls
|
||||||
|
- find . -type f -name "*.exe"
|
||||||
# - git config --local user.name $(git log -1 $TRAVIS_COMMIT --pretty="%aN")
|
# - 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 config --local user.email $(git log -1 $TRAVIS_COMMIT --pretty="%cE")
|
||||||
# - git tag "$(git log --format=%h -1)-mac"
|
# - git tag "$(git log --format=%h -1)-mac"
|
||||||
|
@ -17,9 +20,10 @@ deploy:
|
||||||
description: 'Built by AppVeyor'
|
description: 'Built by AppVeyor'
|
||||||
provider: GitHub
|
provider: GitHub
|
||||||
repository: garakmon/porymap
|
repository: garakmon/porymap
|
||||||
|
skip_cleanup: true
|
||||||
auth_token:
|
auth_token:
|
||||||
secure: MLSwoIXXuZaI9iKbxUSX7ErtiRW8Q9MSuPOqS8EYJj68f4sx8eERXWBLX7MpmmEb
|
secure: MLSwoIXXuZaI9iKbxUSX7ErtiRW8Q9MSuPOqS8EYJj68f4sx8eERXWBLX7MpmmEb
|
||||||
artifact: release\porymap.exe #release #porymap.pro #/.*\.nupkg/ # upload all NuGet packages to release assets
|
artifact: C:\projects\porymap\release\porymap.exe #release #porymap.pro #/.*\.nupkg/ # upload all NuGet packages to release assets
|
||||||
draft: false
|
draft: false
|
||||||
prerelease: false
|
prerelease: false
|
||||||
on:
|
on:
|
||||||
|
|
Loading…
Reference in a new issue