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

Delete build.yml

This commit is contained in:
Bobby Dilley 2022-07-20 12:04:20 +01:00 committed by GitHub
parent 3a0948470b
commit 9e076f5a96
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,21 +0,0 @@
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/