Skip to content

CLIgen 6.5.0

CLIgen 6.5.0 #152

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