From e3918cbb00f1d52ebac16846882e6b299c361a4c Mon Sep 17 00:00:00 2001 From: alfiancpsfidaaa-dot Date: Sun, 14 Jun 2026 23:13:11 +0900 Subject: [PATCH 1/2] Alfaris cps.md Aku ma bebas --- README.md => Alfaris cps.md | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename README.md => Alfaris cps.md (100%) diff --git a/README.md b/Alfaris cps.md similarity index 100% rename from README.md rename to Alfaris cps.md From 594ee588a7c48faf8b2845150b504af336f29de7 Mon Sep 17 00:00:00 2001 From: alfiancpsfidaaa-dot Date: Sun, 14 Jun 2026 23:16:11 +0900 Subject: [PATCH 2/2] Create c-cpp.yml --- .github/workflows/c-cpp.yml | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 .github/workflows/c-cpp.yml 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