Skip to content

fix bug in PoissonDiskSampler, add test #212

fix bug in PoissonDiskSampler, add test

fix bug in PoissonDiskSampler, add test #212

Workflow file for this run

name: macOS
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: macos-latest
if: "! contains(toJSON(github.event.commits.*.message), '[ci skip]')"
steps:
- uses: actions/checkout@v1
with:
submodules: true
- name: configure
run: cd test && mkdir build && cd build && cmake -DCMAKE_BUILD_TYPE=Debug ..
- name: build
run: cd test/build && make
- name: run test
run: cd test/build && ./bin/geometry-central-test