Skip to content

Improving PMC delta, reducing the blast radius of compression bombs #190

Improving PMC delta, reducing the blast radius of compression bombs

Improving PMC delta, reducing the blast radius of compression bombs #190

name: Ubuntu 20.04 Makefile
on:
push:
pull_request:
jobs:
build:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- name: install dependencies
run: sudo apt-get update && sudo apt-get install -y build-essential make
- name: make
run: make -f Makefile.unix EXTRA_CFLAGS=-Werror
- name: test
run: ./obj/test