1
0
mirror of synced 2024-11-13 17:30:54 +01:00

Merge branch 'master' of github.com:bobbydilley/lindbergh-loader

This commit is contained in:
Bobby Dilley 2022-07-20 19:57:17 +01:00
commit c07b8ed0cb

View File

@ -1,20 +0,0 @@
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: Install Dependencies
run: sudo apt install -y gcc-multilib freeglut3-dev
- name: Build
run: make
- name: Upload artifact
uses: actions/upload-artifact@v1
with:
name: lindbergh-loader
path: build/