equal
deleted
inserted
replaced
81 fi |
81 fi |
82 # avoid installing Sparkle, add default unit path |
82 # avoid installing Sparkle, add default unit path |
83 export BUILD_ARGS="$BUILD_ARGS -DNOAUTOUPDATE=1" |
83 export BUILD_ARGS="$BUILD_ARGS -DNOAUTOUPDATE=1" |
84 elif [ "$TRAVIS_OS_NAME" == "ios" ]; then |
84 elif [ "$TRAVIS_OS_NAME" == "ios" ]; then |
85 # FPC 3.0.0 required for using FPC 3.0.1 which contains rtl for ios |
85 # FPC 3.0.0 required for using FPC 3.0.1 which contains rtl for ios |
86 sudo bash tools/dmg_pkg_install.sh ftp://freepascal.stack.nl/pub/fpc/dist/3.0.0/i386-macosx/fpc-3.0.0.intel-macosx.dmg |
86 sudo bash tools/dmg_pkg_install.sh ftp://freepascal.stack.nl/pub/mirrors/fpc/dist/3.0.0/i386-macosx/fpc-3.0.0.intel-macosx.dmg |
87 sudo bash tools/dmg_pkg_install.sh ftp://freepascal.stack.nl/pub/fpc/dist/3.0.0/i386-macosx/fpc-3.0.1.intel-macosx.cross.ios.dmg |
87 sudo bash tools/dmg_pkg_install.sh ftp://freepascal.stack.nl/pub/mirrors/fpc/dist/3.0.0/i386-macosx/fpc-3.0.1.intel-macosx.cross.ios.dmg |
88 fi |
88 fi |
89 |
89 |
90 before_script: | |
90 before_script: | |
91 if [ "$TRAVIS_OS_NAME" == "ios" ]; then |
91 if [ "$TRAVIS_OS_NAME" == "ios" ]; then |
92 # More or less stable hw iOS version can be compiled with FPC 3.1.1, |
92 # More or less stable hw iOS version can be compiled with FPC 3.1.1, |