Skip to content

Implemented standard vector implementations for conditions. #45

Implemented standard vector implementations for conditions.

Implemented standard vector implementations for conditions. #45

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
build:
runs-on: windows-2025
steps:
- uses: actions/checkout@v1
with:
submodules: recursive
- name: Setup .NetCore
uses: actions/setup-dotnet@v1
with:
dotnet-version: 10.0.101
- name: Build with dotnet
run: |
cd TMG-Framework
dotnet build --configuration Release
- name: Unit Tests
run: |
cd TMG-Framework
dotnet test