forked from M-Labs/nalgebra
Update Semaphore configuration
This commit is contained in:
parent
1aa0b91605
commit
1c2872035f
@ -23,6 +23,7 @@ blocks:
|
|||||||
jobs:
|
jobs:
|
||||||
- name: Run clippy
|
- name: Run clippy
|
||||||
commands:
|
commands:
|
||||||
|
- checkout
|
||||||
- rustup component add clippy
|
- rustup component add clippy
|
||||||
- cargo clippy
|
- cargo clippy
|
||||||
- name: Build nalgebra (native)
|
- name: Build nalgebra (native)
|
||||||
@ -31,6 +32,7 @@ blocks:
|
|||||||
jobs:
|
jobs:
|
||||||
- name: Install deps
|
- name: Install deps
|
||||||
commands:
|
commands:
|
||||||
|
- checkout
|
||||||
- apt-get install -y cmake gfortran libblas-dev liblapack-dev
|
- apt-get install -y cmake gfortran libblas-dev liblapack-dev
|
||||||
- name: Build --no-default-feature
|
- name: Build --no-default-feature
|
||||||
commands:
|
commands:
|
||||||
@ -47,6 +49,7 @@ blocks:
|
|||||||
jobs:
|
jobs:
|
||||||
- name: Build --all-features
|
- name: Build --all-features
|
||||||
commands:
|
commands:
|
||||||
|
- checkout
|
||||||
- cargo build -p nalgebra-glm --all-features
|
- cargo build -p nalgebra-glm --all-features
|
||||||
- name: Build nalgebra-lapack (native)
|
- name: Build nalgebra-lapack (native)
|
||||||
dependencies: []
|
dependencies: []
|
||||||
@ -54,5 +57,6 @@ blocks:
|
|||||||
jobs:
|
jobs:
|
||||||
- name: Build
|
- name: Build
|
||||||
commands:
|
commands:
|
||||||
|
- checkout
|
||||||
- cd nalgebra-lapack
|
- cd nalgebra-lapack
|
||||||
- cargo build
|
- cargo build
|
||||||
|
Loading…
Reference in New Issue
Block a user