Expose TriggerSelect, properly handle input removal/adding #118
+100
−36
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 |
|---|---|---|
| nightly-2019-07-06 | passed | |
| 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"
}
}