Try cuda in github ci

This commit is contained in:
Alejandro Gallo 2022-09-12 20:00:46 +02:00
parent 6effcbcdc8
commit 5ca94e3238

View File

@ -11,8 +11,8 @@ jobs:
build: build:
runs-on: ubuntu-latest runs-on: ubuntu-latest
env: env:
WITH_CURRENT_SHELL: "nix-shell --argstr compiler ${{matrix.compiler}} --run" WITH_CURRENT_SHELL: "nix-shell --argstr compiler ${{matrix.compiler}} --arg cuda ${{matrix.cuda}} --run"
WITH_SHELL: "nix-shell ../../shell.nix --argstr compiler ${{matrix.compiler}} --run" WITH_SHELL: "nix-shell ../../shell.nix --argstr compiler ${{matrix.compiler}} --arg cuda ${{matrix.cuda}} --run"
strategy: strategy:
@ -33,6 +33,9 @@ jobs:
- clang7 - clang7
- clang6 - clang6
- clang5 - clang5
cuda:
- false
- true
steps: steps:
- uses: actions/checkout@v2.3.4 - uses: actions/checkout@v2.3.4