Publish core-foundation-sys, core-foundation, core-text #346
+3
−3
Travis CI / Travis CI - Branch
succeeded
Nov 5, 2019
in
2m 22s
Build Passed
The build passed, just like the previous build.
Details
This is a normal build for the publish branch. You should be able to reproduce it by checking out the branch locally.
Jobs and Stages
This build has six jobs, running in parallel.
| Job | Xcode | ENV | State |
|---|---|---|---|
| TARGET=x86_64-apple-darwin CGFEATURES="--features elcapitan" | passed | ||
| TARGET=i686-apple-darwin CGFEATURES="--features elcapitan" | passed | ||
| xcode7.2 | TARGET=x86_64-apple-darwin CGFEATURES="" | passed | |
| xcode7.2 | TARGET=i686-apple-darwin CGFEATURES="" | passed | |
| xcode9.4 | TARGET=x86_64-apple-darwin CGFEATURES="--features highsierra,elcapitan" | passed | |
| 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"
}