Skip to content

add Fable support to FsLexYacc.Runtime #43

add Fable support to FsLexYacc.Runtime

add Fable support to FsLexYacc.Runtime #43

Workflow file for this run

name: Build and test
on:
pull_request:
branches:
- master
jobs:
build:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest, macOS-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
- name: Setup .NET for main project build
uses: actions/setup-dotnet@v3
- name: Install local tools
run: dotnet tool restore
- name: Paket restore
run: dotnet paket restore
- name: Build
run: dotnet fake run build.fsx