Skip to content

Avoid stack overflow in island tree computation. #150

Avoid stack overflow in island tree computation.

Avoid stack overflow in island tree computation. #150

Workflow file for this run

name: C/C++ CI
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
workflow_dispatch:
jobs:
build-linux:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: make
working-directory: code
run: make
build-windows:
runs-on: windows-latest
steps:
- uses: actions/checkout@v4
- uses: ilammy/msvc-dev-cmd@v1
- name: make
working-directory: code
run: nmake -f makefile.win