Skip to content

Translate C# Bit.cs and Math.cs to C++ headers #3

Translate C# Bit.cs and Math.cs to C++ headers

Translate C# Bit.cs and Math.cs to C++ headers #3

Workflow file for this run

name: Test cpp
on:
push:
branches:
- 'main'
paths:
- 'cpp/**.h'
- 'cpp/**.cpp'
- 'cpp/CMakeLists.txt'
- 'cpp/conanfile.txt'
pull_request:
types:
- edited
branches:
- 'main'
paths:
- 'cpp/**.h'
- 'cpp/**.cpp'
- 'cpp/CMakeLists.txt'
- 'cpp/conanfile.txt'
jobs:
main:
uses: linksplatform/Workflows/.github/workflows/cpp-test.yml@main