Skip to content

Commit

Permalink
10.1 qmake not found error?
Browse files Browse the repository at this point in the history
  • Loading branch information
KjellMorgenstern committed Jun 18, 2019
1 parent 26138f4 commit da6734c
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,11 +55,13 @@ jobs:
- mkdir -p "$HOME/$TRAVIS_BUILD_NUMBER"
- ./tools/aws_tasks.sh setup
script:
- ls /usr/local/opt
- tools/deploy_fritzing_mac.sh
- cp ../deploy-app/Fritzing.dmg $HOME/$TRAVIS_BUILD_NUMBER/fritzing-"$TRAVIS_COMMIT"-debug-continuous-$TRAVIS_BUILD_NUMBER.10.2.dmg

- os: osx
language: objective-c
- stage: build_and_pack
os: osx
language: cpp
osx_image: xcode10.1
cache:
directories:
Expand All @@ -68,7 +70,8 @@ jobs:
addons:
homebrew:
packages:
- qt5
- qt5
update: true

before_install:
- mkdir -p ../libgit2/build
Expand All @@ -80,6 +83,7 @@ jobs:
- ./tools/aws_tasks.sh setup

script:
- ls /usr/local/opt
- tools/deploy_fritzing_mac.sh
- cp ../deploy-app/Fritzing.dmg $HOME/$TRAVIS_BUILD_NUMBER/fritzing-"$TRAVIS_COMMIT"-debug-continuous-$TRAVIS_BUILD_NUMBER.10.1.dmg

Expand Down

0 comments on commit da6734c

Please sign in to comment.