From 827672285e0f14dcc436578a351759a3f25c0c57 Mon Sep 17 00:00:00 2001 From: Bobby Dilley Date: Tue, 19 Jul 2022 12:21:21 +0100 Subject: [PATCH] Add github action --- .github/workflows/build.yml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 .github/workflows/build.yml diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml new file mode 100644 index 0000000..23e2e19 --- /dev/null +++ b/.github/workflows/build.yml @@ -0,0 +1,18 @@ +name: Build +on: [push, pull_request] +jobs: + ubuntu: + name: Ubuntu + runs-on: ubuntu-18.04 + steps: + - name: Clone Tree + uses: actions/checkout@v2 + with: + fetch-depth: 1 + - name: Build + run: make + - name: Upload artifact + uses: actions/upload-artifact@v1 + with: + name: lindbergh-loader + path: build/