CI: fix some syntax errors.
This commit is contained in:
parent
bbb3be512e
commit
8d41a5c20f
|
@ -38,7 +38,7 @@ jobs:
|
||||||
command: cargo build -p nalgebra-glm --all-features
|
command: cargo build -p nalgebra-glm --all-features
|
||||||
- run:
|
- run:
|
||||||
name: build nalgebra-lapack
|
name: build nalgebra-lapack
|
||||||
command: cargo build -p nalgebra-lapack --feature netlib
|
command: cargo build -p nalgebra-lapack --features netlib
|
||||||
test-native:
|
test-native:
|
||||||
executor: rust-executor
|
executor: rust-executor
|
||||||
steps:
|
steps:
|
||||||
|
@ -51,7 +51,7 @@ jobs:
|
||||||
command: cargo test -p nalgebra-glm --all-features
|
command: cargo test -p nalgebra-glm --all-features
|
||||||
- run:
|
- run:
|
||||||
name: test nalgebra-lapack
|
name: test nalgebra-lapack
|
||||||
command: cargo test -p nalgebra-lapack --feature netlib
|
command: cargo test -p nalgebra-lapack --features netlib
|
||||||
build-wasm:
|
build-wasm:
|
||||||
executor: rust-executor
|
executor: rust-executor
|
||||||
steps:
|
steps:
|
||||||
|
@ -77,7 +77,7 @@ jobs:
|
||||||
command: xargo build --verbose --no-default-features --target=x86_64-unknown-linux-gnu;
|
command: xargo build --verbose --no-default-features --target=x86_64-unknown-linux-gnu;
|
||||||
- run:
|
- run:
|
||||||
name: build --features alloc
|
name: build --features alloc
|
||||||
command: cp '.circleci/Xargo.toml .'; xargo build --verbose --no-default-features --features alloc --target=x86_64-unknown-linux-gnu;
|
command: cp .circleci/Xargo.toml .; xargo build --verbose --no-default-features --features alloc --target=x86_64-unknown-linux-gnu;
|
||||||
build-nightly:
|
build-nightly:
|
||||||
executor: rust-nightly-executor
|
executor: rust-nightly-executor
|
||||||
steps:
|
steps:
|
||||||
|
|
Loading…
Reference in New Issue