Skip to content

dynamic_wind: winders stored with thread context #553

dynamic_wind: winders stored with thread context

dynamic_wind: winders stored with thread context #553

Workflow file for this run

name: build
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
submodules: recursive
- name: Build GC
run: make boehm-gc
- name: Build
run: make boot && make
boot:
runs-on: ubuntu-latest
needs: [ 'build' ]
steps:
- uses: actions/checkout@v2
with:
submodules: recursive
- name: Build GC
run: make boehm-gc
- name: Build
run: make boot && make
- name: Tests
run: make boot-tests
boot-file:
runs-on: ubuntu-latest
needs: [ 'build' ]
steps:
- uses: actions/checkout@v2
with:
submodules: recursive
- name: Build GC
run: make boehm-gc
- name: Build
run: make boot && make
- name: Rebuild boot file
run: make boot-file