Added python dependencies, replaced token and removed "x" option in shell scripts

This commit is contained in:
xawotihs
2014-12-07 22:26:39 +01:00
parent 21a6da91ca
commit b56862fcf8
4 changed files with 7 additions and 4 deletions

View File

@@ -1,4 +1,4 @@
#!/bin/sh -ex
#!/bin/sh -e
## New of branch to use
TRAVIS_MAC_BRANCH=travis_mac_osx

View File

@@ -2,9 +2,12 @@ language: objective-c
before_install:
- brew update
- brew install qt5
- pip install pyjavaproperties
- pip install github3.py
env:
global:
secure: "gTRPB+QAFO+OgIMSonYIMq5yhyvMib20DaeMrueqDsQatXdoJHhmncV1m2Kqiwh2o7esZPVTKo2PcvLyWOqtFS6Jt/AX7TzEqj4yehgD4xr6stpaKkTkKgtd2UR29CJPASWJHXzavnm8d57ZNq5iEu0YhwdlKeu1/Koe3QoU5SM="
secure: "Up4pCVf7nGErCqZQd+T1MZIPDQqpXqcA2nc3TL2CAKe8GaBjhseHL7nmk5gVxN3Pj4Hzun0QK8Nce91r+636C4iXR1MEGYZF+XVhDjd+yG5x4cyxBE/eAFzUYV1HEwB7jXPYFbYF4zGrQvrQc/eGYGxkZ4BXLnaMJLz19DwJo7U="
script:
- /usr/local/opt/qt5/bin/qmake projects/mtg/wagic-qt.pro CONFIG+=graphics
- make -j 4 dmg

View File

@@ -1,4 +1,4 @@
#!/bin/sh -ex
#!/bin/sh -e
# let's dump some info to debug a bit
echo ls = `ls`