.travis.yml
changeset 12443 664e2a221047
parent 12441 1ae6b6f10677
child 12821 be7f05f83f8e
equal deleted inserted replaced
12442:8b80f3377195 12443:664e2a221047
    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,