Skip to content

Surface_sweep_2: Handle new overlap on the right of an event that is interior to a curve #7980

Surface_sweep_2: Handle new overlap on the right of an event that is interior to a curve

Surface_sweep_2: Handle new overlap on the right of an event that is interior to a curve #7980

Workflow file for this run

name: Test Polyhedron Demo
on: [push, pull_request]
jobs:
batch_1:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- name: install dependencies
run: .github/install.sh
- name: run1
run: ./.github/test.sh 0 ${{ github.workspace }}
batch_2:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- name: install dependencies
run: .github/install.sh
- name: run2
run: ./.github/test.sh 1 ${{ github.workspace }}
batch_3:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- name: install dependencies
run: .github/install.sh
- name: run3
run: ./.github/test.sh 2 ${{ github.workspace }}
batch_4:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- name: install dependencies
run: .github/install.sh
- name: run4
run: ./.github/test.sh 3 ${{ github.workspace }}