Skip to content

feat: rename functions to namespace #100

feat: rename functions to namespace

feat: rename functions to namespace #100

Workflow file for this run

name: Build CI
on:
push:
branches: [ "master" , "devel" ]
pull_request:
branches: [ "master" , "devel" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Run aclocal
run: aclocal
- name: Run autoconf
run: autoconf
- name: Run automake --add-missing
run: automake --add-missing
- name: Run ./configure
run: ./configure
- name: Run make
run: make