Skip to content

Commit

Permalink
Update Semaphore configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
sebcrozet committed Mar 1, 2021
1 parent 9d8c347 commit 1aa0b91
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions .semaphore/semaphore.yml
Expand Up @@ -18,17 +18,15 @@ blocks:
- cargo fmt -- --check
dependencies: []
- name: Clippy
dependencies:
- Rustfmt
dependencies: []
task:
jobs:
- name: Run clippy
commands:
- rustup component add clippy
- cargo clippy
- name: Build nalgebra (native)
dependencies:
- Clippy
dependencies: []
task:
jobs:
- name: Install deps
Expand All @@ -44,16 +42,14 @@ blocks:
commands:
- cargo build --all-features
- name: Build nalgebra-glm (native)
dependencies:
- Clippy
dependencies: []
task:
jobs:
- name: Build --all-features
commands:
- cargo build -p nalgebra-glm --all-features
- name: Build nalgebra-lapack (native)
dependencies:
- Clippy
dependencies: []
task:
jobs:
- name: Build
Expand Down

0 comments on commit 1aa0b91

Please sign in to comment.