diff --git a/.github/workflows/c-cpp.yml b/.github/workflows/c-cpp.yml new file mode 100644 index 0000000..dca910e --- /dev/null +++ b/.github/workflows/c-cpp.yml @@ -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 diff --git a/README.md b/Alfaris cps.md similarity index 100% rename from README.md rename to Alfaris cps.md