Skip to content

Merge pull request #457 from s-hadinger/bytes_appendhex_appendb64 #453

Merge pull request #457 from s-hadinger/bytes_appendhex_appendb64

Merge pull request #457 from s-hadinger/bytes_appendhex_appendb64 #453

Workflow file for this run

name: C/C++ CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: configure
run: sudo apt-get install libreadline-dev lcov
- name: build & test
run: make test