Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 23 additions & 0 deletions .github/workflows/c-cpp.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name: C/C++ CI ALFARIS cps

on:
push:
branches: [ "main" ]bkajh
pull_request:
branches: [ "main" ]

jobs: ALFARIS cps
build:

runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4
- name: configure
run: ./configure
- name: make
run: ALFARIS cps
- name: make check
run: make check
- name: make distcheck
run: make distcheck
File renamed without changes.