Files
Pegasys-RomWBW/.github/workflows/commit.yml
Wayne Warthen 7e85253f26 Update commit.yml
Run commit build in all branches
2020-04-11 13:35:23 -07:00

29 lines
574 B
YAML

name: Commit Build
on:
push:
tags-ignore:
- v*
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: rlespinasse/github-slug-action@1.1.0
- uses: actions/checkout@v2
- name: Build
run: |
sudo apt-get install libncurses-dev
make
make clean
rm -rf .git*
- name: Upload Artifact
uses: actions/upload-artifact@v1
with:
name: RomWBW-${{env.GITHUB_REF_SLUG}}-${{env.GITHUB_SHA_SHORT}}
path: .