From a1639ef0426331a8ac498ca676460d94376f5ada Mon Sep 17 00:00:00 2001 From: Dm1tr1y147 <39243579+Dm1tr1y147@users.noreply.github.com> Date: Thu, 11 Jun 2020 17:12:34 +0500 Subject: [PATCH] Create c-cpp.yml --- .github/workflows/c-cpp.yml | 17 +++++++++++++++++ 1 file changed, 17 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..23aa0bf --- /dev/null +++ b/.github/workflows/c-cpp.yml @@ -0,0 +1,17 @@ +name: C/C++ CI + +on: + push: + branches: [ master ] + pull_request: + branches: [ master ] + +jobs: + build: + + runs-on: ubuntu-latest + + steps: + - uses: actions/checkout@v2 + - name: make + run: make