Update gl_generator to 0.13 and bump version #146
+2
−2
Merged
Travis CI / Travis CI - Pull Request
succeeded
Aug 24, 2019
in
2m 50s
Build Passed
The build passed, just like the previous build.
Details
This is a pull request build.
It is running a build against the merge commit, after merging #146 Update gl_generator to 0.13 and bump version.
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 |
|---|---|---|
| Linux | passed | |
| macOS | passed |
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"
]
}