Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add binding for CTRunGetStringIndices #353

Merged
merged 3 commits into from Jan 9, 2020
Travis CI / Travis CI - Pull Request succeeded Jan 9, 2020 in 28s

Build Passed

The build passed, just like the previous build.

Details

This is a pull request build.

It is running a build against the merge commit, after merging #353 Add binding for CTRunGetStringIndices.
Any changes that have been made to the master branch before the build ran are also included.

Jobs and Stages

This build has six jobs, running in parallel.

Job Xcode ENV State
1201.1 TARGET=x86_64-apple-darwin CGFEATURES="--features elcapitan" passed
1201.2 TARGET=i686-apple-darwin CGFEATURES="--features elcapitan" passed
1201.3 xcode7.2 TARGET=x86_64-apple-darwin CGFEATURES="" passed
1201.4 xcode7.2 TARGET=i686-apple-darwin CGFEATURES="" passed
1201.5 xcode9.4 TARGET=x86_64-apple-darwin CGFEATURES="--features highsierra,elcapitan" passed
1201.6 xcode9.4 TARGET=i686-apple-darwin CGFEATURES="--features highsierra,elcapitan" passed

Build Configuration

Build Option Setting
Language Rust
Operating System macOS
Rust Version stable
Build Configuration
{
  "os": "osx",
  "dist": "xenial",
  "rust": "stable",
  "group": "stable",
  "matrix": {
    "include": [
      {
        "env": "TARGET=x86_64-apple-darwin CGFEATURES=\"--features elcapitan\"",
        "dist": "xenial"
      },
      {
        "env": "TARGET=i686-apple-darwin CGFEATURES=\"--features elcapitan\"",
        "dist": "xenial"
      },
      {
        "env": "TARGET=x86_64-apple-darwin CGFEATURES=\"\"",
        "dist": "xenial",
        "osx_image": "xcode7.2"
      },
      {
        "env": "TARGET=i686-apple-darwin CGFEATURES=\"\"",
        "dist": "xenial",
        "osx_image": "xcode7.2"
      },
      {
        "env": "TARGET=x86_64-apple-darwin CGFEATURES=\"--features highsierra,elcapitan\"",
        "dist": "xenial",
        "osx_image": "xcode9.4"
      },
      {
        "env": "TARGET=i686-apple-darwin CGFEATURES=\"--features highsierra,elcapitan\"",
        "dist": "xenial",
        "osx_image": "xcode9.4"
      }
    ]
  },
  "script": [
    "cargo build --all-targets --verbose --target $TARGET",
    "cargo test --verbose --target $TARGET -- --nocapture"
  ],
  ".result": "configured",
  "install": [
    "rustup target add $TARGET"
  ],
  "language": "rust"
}
You can’t perform that action at this time.