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 SideOffsets2D::from_vectors_inner and from_vectors_outer #414

Merged
merged 3 commits into from Mar 26, 2020
Travis CI / Travis CI - Pull Request succeeded Mar 26, 2020 in 4m 17s

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 #414 Add SideOffsets2D::from_vectors_inner and from_vectors_outer.
Any changes that have been made to the master branch before the build ran are also included.

Jobs and Stages

This build has 15 jobs, running in parallel.

Job Rust ENV OS State
1413.1 1.31.0 FEATURES="" Linux passed
1413.2 1.31.0 FEATURES="--features serde" Linux passed
1413.3 1.31.0 FEATURES="--no-default-features --features libm" Linux passed
1413.4 stable FEATURES="" Linux passed
1413.5 stable FEATURES="--features serde" Linux passed
1413.6 stable FEATURES="--no-default-features --features libm" Linux passed
1413.7 beta FEATURES="" Linux passed
1413.8 beta FEATURES="--features serde" Linux passed
1413.9 beta FEATURES="--no-default-features --features libm" Linux passed
1413.10 nightly FEATURES="" Linux passed
1413.11 nightly FEATURES="--features serde" Linux passed
1413.12 nightly FEATURES="--no-default-features --features libm" Linux passed
1413.13 stable FEATURES="--features mint" Linux passed
1413.14 nightly FEATURES="--features unstable" Linux passed
1413.15 nightly FEATURES="--features unstable,serde" Linux passed

Build Configuration

Build Option Setting
Language Rust
Operating System Linux (Xenial)
Rust Versions 1.31.0, stable, beta, nightly
Build Configuration
{
  "language": "rust",
  "os": [
    "linux"
  ],
  "dist": "xenial",
  "rust": [
    "1.31.0",
    "stable",
    "beta",
    "nightly"
  ],
  "env": [
    "jobs={:FEATURES=>\"\\\"\\\"\"}={:FEATURES=>\"\\\"--features serde\\\"\"}={:FEATURES=>\"\\\"--no-default-features --features libm\\\"\"}"
  ],
  "script": [
    "cargo build $FEATURES",
    "cargo test --verbose $FEATURES"
  ],
  "jobs": {
    "include": [
      {
        "rust": "stable",
        "env": [
          {
            "FEATURES": "\"\""
          }
        ]
      },
      {
        "rust": "stable",
        "env": [
          {
            "FEATURES": "\"--features mint\""
          }
        ]
      },
      {
        "rust": "beta",
        "env": [
          {
            "FEATURES": "\"\""
          }
        ]
      },
      {
        "rust": "nightly",
        "env": [
          {
            "FEATURES": "\"--features unstable\""
          }
        ]
      },
      {
        "rust": "nightly",
        "env": [
          {
            "FEATURES": "\"--features unstable,serde\""
          }
        ]
      }
    ]
  }
}
You can’t perform that action at this time.