Skip to content

On push

On push #11

Workflow file for this run

name: On push
run-name: On push
on:
- push
jobs:
build-windows:
runs-on: windows-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
with:
submodules: recursive
- name: Install MSVC
uses: ilammy/msvc-dev-cmd@v1
with:
arch: x64
sdk: 10.0.22621.0
vsversion: 2022
- name: Install CUDA
id: cuda-toolkit
uses: Jimver/[email protected]
with:
cuda: '12.2.0'
- name: Generate project
run: cmd.exe /c msvc.bat
- name: Build
run: |
cd msvc
msbuild hey.sln /property:Configuration=RelWithDebInfo