Skip to content

Add a new header pci.ids.h with the content of scripts/pcs.ids to avoid reading the file in runtime #60 #236

Add a new header pci.ids.h with the content of scripts/pcs.ids to avoid reading the file in runtime #60

Add a new header pci.ids.h with the content of scripts/pcs.ids to avoid reading the file in runtime #60 #236

name: Windows (Visual Studio)
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: windows-latest
steps:
- uses: actions/checkout@v4
with:
submodules: 'recursive'
- name: Setup Visual Studio
uses: egor-tensin/vs-shell@v2
- name: Configure CMake
run: cmake -B ${{github.workspace}}\build -DCMAKE_BUILD_TYPE=Release -UOPENCL_SDK_BUILD_SAMPLES -DNO_OCL=ON
- name: Build
run: cmake --build ${{github.workspace}}\build
- name: Run Example
working-directory: ${{github.workspace}}/build
run: ctest --verbose