Skip to content

feat(wheel_semantic): add program representation structures #30

feat(wheel_semantic): add program representation structures

feat(wheel_semantic): add program representation structures #30

name: Windows Development Build & Test
on:
push:
branches: [ "dev" ]
pull_request:
branches: [ "dev" ]
jobs:
build:
runs-on: windows-latest
steps:
- uses: actions/checkout@v4
- name: Setup MSVC
uses: ilammy/msvc-dev-cmd@v1
with:
arch: x64
- name: Setup Python
uses: actions/setup-python@v5
with:
python-version: '3.13'
- name: Configure CMake
run: |
cmake -B ${{ github.workspace }}/build -G "Visual Studio 17 2022"
- name: Run tests
run: |
python scripts\run_test.py