Skip to content

Merge pull request #78 from V0idk/patch-1 #75

Merge pull request #78 from V0idk/patch-1

Merge pull request #78 from V0idk/patch-1 #75

Workflow file for this run

name: Build CI
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: make
run: make all
build-legacy:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- name: make
run: make COMPAT=1 all