Skip to content

Commit

Permalink
Create Homebrew.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Kronos2308 authored Oct 5, 2021
1 parent 9de6ad0 commit b080002
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .github/workflows/Homebrew.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@

name: Build Homebrew

on: [push,workflow_dispatch]
jobs:
build:

runs-on: ubuntu-latest
container:
image: d3fau4/nx-dev:latest
steps:
- uses: actions/checkout@v1
- name: Update repo.
run: |
git submodule update --init --recursive
- name: Make app
run: |
make -j$(nproc)
- uses: actions/upload-artifact@master
with:
name: Homebrew
path: Haku33.nro

0 comments on commit b080002

Please sign in to comment.