Add harfbuzz-sys-test using ctest #140
+108
−37
Merged
Travis CI / Travis CI - Pull Request
failed
Mar 29, 2019
in
3m 28s
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 #140 Add harfbuzz-sys-test using ctest.
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 |
|---|---|---|
| stable | failed | |
| nightly | failed |
Build Configuration
| Build Option | Setting |
|---|---|
| Language | Rust |
| Operating System | Linux (Trusty) |
| Rust Versions | stable, nightly |
Build Configuration
{
"os": "linux",
"dist": "trusty",
"rust": [
"stable",
"nightly"
],
"sudo": false,
"group": "stable",
"script": [
"touch harfbuzz-sys/harfbuzz/{configure.ac,aclocal.m4,configure,Makefile.am,Makefile.in}",
"cargo build --verbose --manifest-path=harfbuzz-sys/Cargo.toml",
"cd harfbuzz-sys-test",
"env HARFBUZZ_SYS_NO_PKG_CONFIG=1 cargo run"
],
".result": "configured",
"language": "rust"
}