Add nalgebra-glm to the no-std CI build

This commit is contained in:
Sébastien Crozet 2021-11-21 20:57:02 +01:00
parent 10150ec783
commit a463143608
1 changed files with 4 additions and 0 deletions

View File

@ -106,3 +106,7 @@ jobs:
run: xargo build --verbose --no-default-features --features alloc --target=x86_64-unknown-linux-gnu;
- name: build thumbv7em-none-eabihf
run: xargo build --verbose --no-default-features --target=thumbv7em-none-eabihf;
- name: build x86_64-unknown-linux-gnu nalgebra-glm
run: xargo build --verbose --no-default-features -p nalgebra-glm --target=x86_64-unknown-linux-gnu;
- name: build thumbv7em-none-eabihf nalgebra-glm
run: xargo build --verbose --no-default-features -p nalgebra-glm --target=thumbv7em-none-eabihf;