1
0
Fork 0
mirror of https://github.com/HamletDuFromage/aio-switch-updater.git synced 2024-11-09 20:11:48 +00:00
AIO-switch-updater/.github/workflows/main.yml
2021-02-20 14:04:53 +01:00

31 lines
646 B
YAML

name: Build AIO-switch-updater
on:
push:
workflow_dispatch:
jobs:
AIO-switch-updater:
runs-on: ubuntu-latest
container: devkitpro/devkita64_devkitarm
steps:
- uses: actions/checkout@v1
- name: update libnx
run: |
dkp-pacman -Syu --noconfirm
- name: update repo
run: |
git submodule update --init --recursive
- name: Building aio-switch-updater
run: |
pushd aiosu-forwarder
make
popd
make -j$(nproc)
- uses: actions/upload-artifact@master
with:
name: aio-switch-updater
path: aio-switch-updater.nro