Delete build.yml
This commit is contained in:
parent
3a0948470b
commit
9e076f5a96
21
.github/workflows/build.yml
vendored
21
.github/workflows/build.yml
vendored
@ -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/
|
|
Loading…
Reference in New Issue
Block a user