From d724cc03feb282acc4e5cfd72628619e909df830 Mon Sep 17 00:00:00 2001 From: Emily Toop Date: Wed, 8 Aug 2018 15:02:56 +0100 Subject: [PATCH] Add iOS build task --- .travis.yml | 96 ++++++++++++++++++++++++++--------------------------- 1 file changed, 48 insertions(+), 48 deletions(-) diff --git a/.travis.yml b/.travis.yml index f87adab9..474eb377 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,54 +3,54 @@ matrix: allow_failures: - rust: nightly include: - - language: rust - # We use OSX so that we can get a reasonably up to date version of SQLCipher. - # (The version in Travis's default Ubuntu Trusty is much too old). - os: osx - before_install: - - brew install sqlcipher --with-fts - rust: 1.25.0 # Must align with `build/version.rs`. - script: - - ./scripts/cargo_test.sh - after_success: - - | - if [[ "$TRAVIS_PULL_REQUEST" = "false" && "$TRAVIS_BRANCH" == "master" ]]; then - cargo doc && - echo "" > target/doc/index.html && - git clone https://github.com/davisp/ghp-import.git && - ./ghp-import/ghp_import.py -n -p -f -r https://"$GH_TOKEN"@github.com/"$TRAVIS_REPO_SLUG.git" target/doc - fi - cache: cargo - - language: rust - # We use OSX so that we can get a reasonably up to date version of SQLCipher. - # (The version in Travis's default Ubuntu Trusty is much too old). - os: osx - before_install: - - brew install sqlcipher --with-fts - rust: stable - script: - - ./scripts/cargo_test.sh - cache: cargo - - language: rust - # We use OSX so that we can get a reasonably up to date version of SQLCipher. - # (The version in Travis's default Ubuntu Trusty is much too old). - os: osx - before_install: - - brew install sqlcipher --with-fts - rust: beta - script: - - ./scripts/cargo_test.sh - cache: cargo - - language: rust - # We use OSX so that we can get a reasonably up to date version of SQLCipher. - # (The version in Travis's default Ubuntu Trusty is much too old). - os: osx - before_install: - - brew install sqlcipher --with-fts - rust: nightly - script: - - ./scripts/cargo_test.sh - cache: cargo + # - language: rust + # # We use OSX so that we can get a reasonably up to date version of SQLCipher. + # # (The version in Travis's default Ubuntu Trusty is much too old). + # os: osx + # before_install: + # - brew install sqlcipher --with-fts + # rust: 1.25.0 # Must align with `build/version.rs`. + # script: + # - ./scripts/cargo_test.sh + # after_success: + # - | + # if [[ "$TRAVIS_PULL_REQUEST" = "false" && "$TRAVIS_BRANCH" == "master" ]]; then + # cargo doc && + # echo "" > target/doc/index.html && + # git clone https://github.com/davisp/ghp-import.git && + # ./ghp-import/ghp_import.py -n -p -f -r https://"$GH_TOKEN"@github.com/"$TRAVIS_REPO_SLUG.git" target/doc + # fi + # cache: cargo + # - language: rust + # # We use OSX so that we can get a reasonably up to date version of SQLCipher. + # # (The version in Travis's default Ubuntu Trusty is much too old). + # os: osx + # before_install: + # - brew install sqlcipher --with-fts + # rust: stable + # script: + # - ./scripts/cargo_test.sh + # cache: cargo + # - language: rust + # # We use OSX so that we can get a reasonably up to date version of SQLCipher. + # # (The version in Travis's default Ubuntu Trusty is much too old). + # os: osx + # before_install: + # - brew install sqlcipher --with-fts + # rust: beta + # script: + # - ./scripts/cargo_test.sh + # cache: cargo + # - language: rust + # # We use OSX so that we can get a reasonably up to date version of SQLCipher. + # # (The version in Travis's default Ubuntu Trusty is much too old). + # os: osx + # before_install: + # - brew install sqlcipher --with-fts + # rust: nightly + # script: + # - ./scripts/cargo_test.sh + # cache: cargo - language: rust dist: trusty rust: stable