mirror of
https://github.com/gfx-rs/wgpu.git
synced 2025-12-08 21:26:17 +00:00
CI scripts
This commit is contained in:
parent
9dc0db2836
commit
680918a11d
13
.travis.yml
Normal file
13
.travis.yml
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
language: rust
|
||||||
|
rust:
|
||||||
|
- stable
|
||||||
|
- nightly
|
||||||
|
|
||||||
|
branches:
|
||||||
|
except:
|
||||||
|
- staging.tmp
|
||||||
|
|
||||||
|
before_install:
|
||||||
|
# Do not run bors builds against the nightly compiler.
|
||||||
|
# We want to find out about nightly bugs, so they're done in master, but we don't block on them.
|
||||||
|
- if [[ $TRAVIS_RUST_VERSION == "nightly" && $TRAVIS_BRANCH == "staging" ]]; then exit; fi
|
||||||
@ -1,3 +1,5 @@
|
|||||||
# WebGPU-native
|
# WebGPU-native
|
||||||
|
[](https://travis-ci.org/gfx-rs/wgpu-native)
|
||||||
|
[](https://gitter.im/gfx-rs/gfx)
|
||||||
|
|
||||||
This is an experimental [WebGPU](https://www.w3.org/community/gpu/) implementation as a native static library. It's written in Rust and is based on [gfx-hal](https://github.com/gfx-rs/gfx) and [satellite](https://github.com/gfx-rs/gfx-memory) libraries. The corresponding WebIDL specification can be found at [gpuweb project](https://github.com/gpuweb/gpuweb/blob/master/design/sketch.webidl).
|
This is an experimental [WebGPU](https://www.w3.org/community/gpu/) implementation as a native static library. It's written in Rust and is based on [gfx-hal](https://github.com/gfx-rs/gfx) and [satellite](https://github.com/gfx-rs/gfx-memory) libraries. The corresponding WebIDL specification can be found at [gpuweb project](https://github.com/gpuweb/gpuweb/blob/master/design/sketch.webidl).
|
||||||
|
|||||||
6
bors.toml
Normal file
6
bors.toml
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
status = [
|
||||||
|
"continuous-integration/travis-ci/push",
|
||||||
|
#"continuous-integration/appveyor/branch"
|
||||||
|
]
|
||||||
|
|
||||||
|
timeout_sec = 18000 # 5 hours
|
||||||
1
rustfmt.toml
Normal file
1
rustfmt.toml
Normal file
@ -0,0 +1 @@
|
|||||||
|
newline_style = "Native"
|
||||||
Loading…
x
Reference in New Issue
Block a user