Skip to content

CI: Add github action to build and run tests on Windows #1

CI: Add github action to build and run tests on Windows

CI: Add github action to build and run tests on Windows #1

Workflow file for this run

name: Linux
on:
push:
branches: [ "main", "development" ]
pull_request:
branches: [ "main" ]
env:
UBSAN_OPTIONS: print_stacktrace=1:halt_on_error=1
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: configure
run: ./SCBuild.sh
- name: build
run: make -j -C _Build/Projects/Make
- name: test
run: _Build/Output/Posix-Any-Any-Makefile-Debug/SCTest