Skip to content

Commit

Permalink
Merge pull request #969 from tychedelia/955-abstract-the-nannoudraw-m…
Browse files Browse the repository at this point in the history
…odule-into-the-new-bevy_nannou_draw-crate-1-material

Appification / Final Push
  • Loading branch information
tychedelia committed Jul 31, 2024
2 parents d7b3ddb + f92227c commit e6725b7
Show file tree
Hide file tree
Showing 918 changed files with 11,898 additions and 82,735 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/nannou.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,17 +24,19 @@ jobs:
# A colleciton of cargo verifications that should pass before landing PRs.
cargo:
runs-on: ubuntu-latest
env:
CARGO_TARGET_WASM32_UNKNOWN_UNKNOWN_LINKER: "lld"
strategy:
fail-fast: false
matrix:
include:
- command: cargo fmt --verbose --all -- --check
- command: cargo check --locked --workspace
- command: cargo check --locked --examples --workspace
- command: cargo test --locked --lib --bins --all-features --workspace
- command: cargo doc --locked --all-features --workspace
- command: cargo test --locked --lib --bins --workspace --features "egui"
- command: cargo doc --locked --workspace --features "egui"
- command: cargo test --locked -p nannou_core --no-default-features --features "libm serde"
- command: cargo build --locked -p nannou --features "wasm-experimental" --target wasm32-unknown-unknown
# - command: cargo build --locked -p nannou --target wasm32-unknown-unknown
- command: mdbook build guide/
- command: cargo test --locked -p book_tests
steps:
Expand Down
Loading

0 comments on commit e6725b7

Please sign in to comment.