Skip to content

CI: Add Github action to build and run tests on Windows, Linux and macOS #40

CI: Add Github action to build and run tests on Windows, Linux and macOS

CI: Add Github action to build and run tests on Windows, Linux and macOS #40

Workflow file for this run

name: Windows
on:
push:
branches: [ "main", "development" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: windows-latest
steps:
- uses: actions/checkout@v4
- name: configure
shell: cmd
run: SCBuild.bat configure
- name: build
shell: cmd
run: SCBuild.bat build
- name: test
run: ./_Build/Output/Windows-10.0-x64-msvc2022-Debug/SCTest.exe