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

Add harfbuzz-sys-test using ctest #140

Merged
merged 4 commits into from Mar 29, 2019
Travis CI / Travis CI - Pull Request failed Mar 29, 2019 in 3m 29s

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
510.1 stable failed
510.2 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"
}
You can’t perform that action at this time.