1
0
mirror of synced 2024-11-30 15:54:28 +01:00
lindbergh-loader/.github/workflows/build.yml
2022-07-19 12:21:21 +01:00

19 lines
384 B
YAML

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/