Skip to content

Increase symbol buffer size to 1024 bytes (closes #27) #28

Increase symbol buffer size to 1024 bytes (closes #27)

Increase symbol buffer size to 1024 bytes (closes #27) #28

Workflow file for this run

name: CI
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
build-ubuntu:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install Dependencies
run: sudo apt-get install libelf-dev libunwind-dev
- name: Build
run: make
build-windows:
runs-on: windows-latest
steps:
- uses: actions/checkout@v2
- name: Build
run: make -f Makefile.win CC=gcc.exe
build-macos:
runs-on: macos-latest
steps:
- uses: actions/checkout@v2
- name: Build
run: make -f Makefile.mac