where is app bundle at tho?
This commit is contained in:
parent
735de44114
commit
d248054ee1
1 changed files with 4 additions and 46 deletions
50
.travis.yml
50
.travis.yml
|
@ -2,36 +2,15 @@ language: cpp
|
||||||
sudo: required
|
sudo: required
|
||||||
dist: trusty
|
dist: trusty
|
||||||
|
|
||||||
#install:
|
|
||||||
# - sudo apt-get install -y qt5-default qttools5-dev-tools
|
|
||||||
#
|
|
||||||
#script:
|
|
||||||
# - qmake
|
|
||||||
# - make -j2
|
|
||||||
#
|
|
||||||
#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 "$(date +'%Y%m%d%H%M%S')-$(git log --format=%h -1)"
|
|
||||||
#
|
|
||||||
#deploy:
|
|
||||||
# provider: releases
|
|
||||||
# skip_cleanup: true
|
|
||||||
# api_key:
|
|
||||||
# secure: TPpi+XTjjNEjq5d1dotxzc+Fk1pY1h1ZEd6UD/XENe1s/rqKioDT0MAs++H7j0VQm67h+eXGheLHARL4i5f6HLWooVO6e6iPhu5OcVgAZnXmJRG1x9+csRAzJw4bp/5wMejgKh4qyYhH0zQ3EKhluuBm2M9GWQt/C3EbvNzC/qHH9hz+uKJNmKy4C20NGMk6SbKAJJu8c7YXYdlSP8fvDEVX9zg8INIpMeMt9dDHyk6m9eyMMRt1x2EZH0wVwov1sUHRb4GStYFMemCPFlZC8/mNJOGlybSeHslnxRUOcaxFe9fBTZrDU6XlBZig6VgUy/4KqUDiv/elI2VWE0Und+psDbFQA5RtfjCHWTUaL8gsIMjNkWofVVODMf9eumPsZ8d3avnTMznZWS6AYl7I6ldqu+0LRiVQNaFEWk+Y3REJEeW+ChNluts1aAlIvPx6TIjoiYK22c9IIwDN3Qqnguz1GWIuDoLETMvMD94uIw6kgLujYntNqIenMOTitIyJBRLegprsu/BAjsmjUqh7ThfPn+0OyPST5Ad7F3QXpXsKll3dtVqIb5dPNvdB2B3semFXVAlBxJ6M54WE6GTvE3OGlW/PWNR4fac22GJJeTgRFvGAX7H4sveQHgkAVnJxcAOuu7jGPNL4TuT8VnTQH51G9gb/oVpiKeaE6w3bD14=
|
|
||||||
# file: porymap
|
|
||||||
# on:
|
|
||||||
# repo: garakmon/porymap
|
|
||||||
# all_branches: true
|
|
||||||
|
|
||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
|
|
||||||
- os: linux
|
- os: linux
|
||||||
compiler: gcc
|
compiler: gcc
|
||||||
install:
|
install:
|
||||||
- sudo apt-get install -y qt5-default qttools5-dev-tools
|
- sudo apt-get install -y qt5-default qttools5-dev-tools
|
||||||
script:
|
script:
|
||||||
- qmake
|
- qmake -config release
|
||||||
- make -j2
|
- make -j2
|
||||||
before_deploy:
|
before_deploy:
|
||||||
- git config --local user.name $(git log -1 $TRAVIS_COMMIT --pretty="%aN")
|
- git config --local user.name $(git log -1 $TRAVIS_COMMIT --pretty="%aN")
|
||||||
|
@ -55,7 +34,8 @@ matrix:
|
||||||
script:
|
script:
|
||||||
- /usr/local/opt/qt/bin/qmake -config release
|
- /usr/local/opt/qt/bin/qmake -config release
|
||||||
- make -j2
|
- make -j2
|
||||||
- /usr/local/opt/qt/bin/macdeployqt pretmap.app -dmg
|
- ls -a
|
||||||
|
- /usr/local/opt/qt/bin/macdeployqt pretmap -dmg
|
||||||
before_deploy:
|
before_deploy:
|
||||||
- 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")
|
||||||
|
@ -69,25 +49,3 @@ matrix:
|
||||||
on:
|
on:
|
||||||
repo: garakmon/porymap
|
repo: garakmon/porymap
|
||||||
all_branches: true
|
all_branches: true
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue