From 97539e154c0d4a3bf325b28bccc45c772ba4843f Mon Sep 17 00:00:00 2001 From: wolkenschieber Date: Sat, 6 Mar 2021 11:11:24 +0100 Subject: [PATCH] Create c.yml Initial CI --- .github/workflows/c.yml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .github/workflows/c.yml diff --git a/.github/workflows/c.yml b/.github/workflows/c.yml new file mode 100644 index 0000000..fa952aa --- /dev/null +++ b/.github/workflows/c.yml @@ -0,0 +1,17 @@ +name: C + +on: + push: + branches: [ master ] + pull_request: + branches: [ master ] + +jobs: + build: + + runs-on: ubuntu-latest + + steps: + - uses: actions/checkout@v2 + - name: make + run: make