1
0
mirror of synced 2025-01-19 01:14:04 +01:00
2022-07-19 12:28:14 +01:00

21 lines
479 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: 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/