ci : add ubuntu cuda build, build with one arch on windows (#10456)

This commit is contained in:
Diego Devesa 2024-11-26 13:05:07 +01:00 committed by GitHub
parent 25669aa92c
commit c6807b3f28
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 73 additions and 12 deletions

View file

@ -5,8 +5,10 @@ on:
push:
branches:
- master
paths: ['.github/workflows/nix-ci.yml', '**/flake.nix', '**/flake.lock', '**/CMakeLists.txt', '**/Makefile', '**/*.h', '**/*.hpp', '**/*.c', '**/*.cpp', '**/*.cu', '**/*.cuh', '**/*.swift', '**/*.m', '**/*.metal']
pull_request:
types: [opened, synchronize, reopened]
paths: ['.github/workflows/nix-ci.yml', '**/flake.nix', '**/flake.lock', '**/CMakeLists.txt', '**/Makefile', '**/*.h', '**/*.hpp', '**/*.c', '**/*.cpp', '**/*.cu', '**/*.cuh', '**/*.swift', '**/*.m', '**/*.metal']
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref && github.ref || github.run_id }}