1
0
mirror of synced 2024-11-14 09:47:36 +01:00

Add github action

This commit is contained in:
Bobby Dilley 2022-07-19 12:21:21 +01:00
parent 6d7d49496e
commit 827672285e

18
.github/workflows/build.yml vendored Normal file
View File

@ -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/