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

Expose TriggerSelect, properly handle input removal/adding #118

Merged
merged 4 commits into from Jan 8, 2020
Travis CI / Travis CI - Pull Request succeeded Jan 8, 2020 in 6m 23s

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 #118 Expose TriggerSelect.
Any changes that have been made to the master branch before the build ran are also included.

Jobs and Stages

This build has two jobs, running in parallel.

Job Rust State
559.1 nightly-2019-07-06 passed
559.2 stable passed

Build Configuration

Build Option Setting
Language Rust
Operating System Linux (Xenial)
Rust Versions nightly-2019-07-06, stable
Build Configuration
{
  "os": "linux",
  "dist": "xenial",
  "rust": [
    "nightly-2019-07-06",
    "stable"
  ],
  "group": "stable",
  "script": [
    "cargo fmt --all -- --check",
    "cd webxr",
    "cargo build --features=glwindow,headless,googlevr",
    "cargo build --features=ipc,glwindow,headless,googlevr",
    "rustup target add arm-linux-androideabi",
    "cargo build --target arm-linux-androideabi --features=ipc,googlevr",
    "rustup target add aarch64-pc-windows-msvc",
    "cargo build --target=aarch64-pc-windows-msvc --features ipc,openxr-api"
  ],
  ".result": "configured",
  "language": "rust",
  "before_script": [
    "rustup component add rustfmt"
  ],
  "notifications": {
    "webhooks": "http://build.servo.org:54856/travis"
  }
}
You can’t perform that action at this time.