forked from M-Labs/nalgebra
CI: checkout the repo for the cuda target
This commit is contained in:
parent
23d3ed7ee4
commit
f32df45ef1
3
.github/workflows/nalgebra-ci-build.yml
vendored
3
.github/workflows/nalgebra-ci-build.yml
vendored
@ -116,7 +116,8 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: Jimver/cuda-toolkit@v0.2.4
|
||||
- uses: actions/checkout@v2
|
||||
- name: build --no-default-features --features cuda
|
||||
run: cargo build --no-default-features --features cuda
|
||||
- name: build --no-default-features --features cuda --target=nvptx-nvidia-cuda
|
||||
run: cargo build --no-default-features --features cuda --target=nvptx-nvidia-cuda
|
||||
run: cargo build --no-default-features --features cuda --target=nvptx64-nvidia-cuda
|
Loading…
Reference in New Issue
Block a user