Skip to content

add support for cmake #107

add support for cmake

add support for cmake #107

Workflow file for this run

name: C/C++ CI
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install readline
run: sudo apt-get install libreadline8 libreadline-dev
- name: Build
run: make