Skip to content

WIP bdz-compat2"

WIP bdz-compat2" #196

Workflow file for this run

name: Github CI
on: [push, pull_request]
jobs:
linux:
runs-on: ubuntu-latest
timeout-minutes: 60
strategy:
fail-fast: false
matrix:
CFLAGS:
-
- -O2 -g -fsanitize=address -DASAN
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 1
- run: sudo apt-get install wamerican bsdgames
- if: matrix.CFLAGS != ''
run: make check CFLAGS="${{ matrix.CFLAGS }}"
- if: matrix.CFLAGS == ''
run: make check