From 4df9d34578dd13871b5560388ff8e50bead2d259 Mon Sep 17 00:00:00 2001 From: Marvin Date: Wed, 17 Mar 2021 21:14:40 +0100 Subject: [PATCH] Add CI workflow --- .github/workflows/c.yml | 21 +++++++++++++++++++++ 1 file changed, 21 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..04f0990 --- /dev/null +++ b/.github/workflows/c.yml @@ -0,0 +1,21 @@ +name: C CI + +on: + push: + branches: [ master ] + pull_request: + branches: [ master ] + +jobs: + build: + + runs-on: ubuntu-latest + + steps: + - uses: actions/checkout@v2 + with: + submodules: true + - name: Install dependencies + run: sudo apt-get -qq install libxrandr-dev libxinerama-dev libxcursor-dev libxi-dev + - name: make + run: make