Skip to content

Fixed ellipse radial angle error | Added DxfHatch #98

Fixed ellipse radial angle error | Added DxfHatch

Fixed ellipse radial angle error | Added DxfHatch #98

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, windows-latest]
configuration: [Debug, Release]
steps:
- uses: actions/checkout@v1
with:
submodules: true
- uses: actions/setup-dotnet@v3
- name: Build and test
shell: pwsh
run: ./build-and-test.ps1 -configuration ${{ matrix.configuration }}