1
0
mirror of synced 2024-11-14 17:57:34 +01:00
lindbergh-loader/.github/workflows/build.yml
2022-07-20 12:03:46 +01:00

22 lines
487 B
YAML

name: Build
#on: [push, pull_request]
on: []
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/