Skip to content

Added new cligen_paging_get/set for a direct way to disable/enable ou… #155

Added new cligen_paging_get/set for a direct way to disable/enable ou…

Added new cligen_paging_get/set for a direct way to disable/enable ou… #155

Workflow file for this run

name: CLIgen CI
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: install expect
run: sudo apt install -y expect
- name: configure
run: ./configure
- name: make
run: make
- name: make install
run: sudo make install
- name: ldconfig
run: sudo ldconfig
- name: make test
run: make test