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

Update gleam and cgl. Publish 0.24.0. #147

Merged
merged 1 commit into from Sep 3, 2019

Update gleam and cgl. Publish 0.24.0.

3494942
Select commit
Merged
Travis CI / Travis CI - Pull Request failed Sep 3, 2019 in 7m 35s

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 #147 Update gleam and cgl. Publish 0.24.0..
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 OS State
725.1 Linux failed
725.2 macOS failed

Build Configuration

Build Option Setting
Language Rust
Operating System Linux (Xenial), macOS
Rust Version nightly
Build Configuration
{
  "os": [
    "linux",
    "osx"
  ],
  "dist": "xenial",
  "rust": "nightly",
  "sudo": false,
  "group": "stable",
  "addons": {
    "apt": {
      "sources": [
        "ubuntu-toolchain-r-test"
      ],
      "packages": [
        "gcc-4.8",
        "g++-4.8",
        "libxxf86vm-dev",
        "libosmesa6-dev",
        "libgles2-mesa-dev",
        "gcc-arm-linux-androideabi"
      ]
    }
  },
  "script": [
    "cargo build --verbose",
    "if [ \"$TRAVIS_OS_NAME\" != \"linux\" ]; then cargo test --verbose; fi",
    "if [ \"$TRAVIS_OS_NAME\" == \"linux\" ]; then cargo build --verbose --target=arm-linux-androideabi; fi"
  ],
  ".result": "configured",
  "language": "rust",
  "before_install": [
    "if [ \"$TRAVIS_OS_NAME\" = \"linux\" ]; then export CXX=g++-4.8; rustup target add arm-linux-androideabi; fi"
  ]
}
You can’t perform that action at this time.