travis: define KIF_SCREENSHOTS in env variables

This commit is contained in:
Gautier Pelloux-Prayer 2015-06-23 10:08:51 +02:00
parent a1f6817cbc
commit 37c9cab883

View file

@ -8,6 +8,7 @@ env:
global:
- VERSION="8.1"
- secure: "JPPcWdmNIJiR3YcIwe0LRYce6qDdsiagO+eKKAp7eVk/wD9UHbz96Ms2FFkXxPhRJB1PA6Pf8FpAzIL2YRiJL9jRtKHSvtdF1cSto+57XyBkCsw7PkMVUIxp7fg6Wiwn3H3tucF8jisIkv/Pn7R+9EqePkZSqqu3+ig5AX9ApQ4="
- KIF_SCREENSHOTS=$PWD/Screens
before_install:
- brew update 1>/dev/null
@ -27,7 +28,6 @@ install:
- ./prepare.py i386
- make -j1 -s 1>/dev/null
- mkdir -p Screens
- export KIF_SCREENSHOTS=`pwd`/Screens
script:
- xctool -project linphone.xcodeproj -scheme linphone -sdk iphonesimulator8.1 build 1>/dev/null