Bump core graphics version to 0.18.0 #345
+3
−3
Merged
Travis CI / Travis CI - Pull Request
failed
Oct 26, 2019
in
55s
Build Failed
The build failed. This is a change from the previous build, which passed.
Details
This is a pull request build.
It is running a build against the merge commit, after merging #345 Bump core graphics version to 0.18.0.
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 |
|---|---|---|---|
| TARGET=x86_64-apple-darwin CGFEATURES="--features elcapitan" | failed | ||
| TARGET=i686-apple-darwin CGFEATURES="--features elcapitan" | failed | ||
| xcode7.2 | TARGET=x86_64-apple-darwin CGFEATURES="" | failed | |
| xcode7.2 | TARGET=i686-apple-darwin CGFEATURES="" | failed | |
| xcode9.4 | TARGET=x86_64-apple-darwin CGFEATURES="--features highsierra,elcapitan" | failed | |
| xcode9.4 | TARGET=i686-apple-darwin CGFEATURES="--features highsierra,elcapitan" | failed |
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"
}