From 386e7baaa2b2e7be7cf03a46d18bd5f3e508ccfe Mon Sep 17 00:00:00 2001 From: Nehir <105875351+catriverr@users.noreply.github.com> Date: Wed, 21 Aug 2024 18:10:31 +0300 Subject: [PATCH] init c-cpp build --- .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..31dd481 --- /dev/null +++ b/.github/workflows/c-cpp.yml @@ -0,0 +1,23 @@ +name: C/C++ CI + +on: + push: + branches: [ "main" ] + pull_request: + branches: [ "main" ] + +jobs: + build: + + runs-on: ubuntu-latest + + steps: + - uses: actions/checkout@v4 + - name: configure + run: ./configure + - name: make + run: make + - name: make + run: make + - name: make + run: make