diff --git a/.github/workflows/Homebrew.yml b/.github/workflows/Homebrew.yml new file mode 100644 index 0000000..18d792c --- /dev/null +++ b/.github/workflows/Homebrew.yml @@ -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