1
0
Fork 0
mirror of https://github.com/HamletDuFromage/aio-switch-updater.git synced 2025-02-07 17:25:05 +00:00
AIO-switch-updater/.github/workflows/main.yml

32 lines
653 B
YAML
Raw Normal View History

2020-09-23 21:39:16 +00:00
name: Build AIO-switch-updater
2021-02-20 13:58:04 +01:00
on:
push:
workflow_dispatch:
2020-09-23 21:39:16 +00:00
jobs:
AIO-switch-updater:
runs-on: ubuntu-latest
2021-02-20 14:58:54 +01:00
container: hamletdufromage/devkita64_devkitarm
2020-09-23 21:39:16 +00:00
steps:
- uses: actions/checkout@v1
2021-02-20 13:58:04 +01:00
2021-02-20 14:09:50 +01:00
#- name: update libnx
#run: |
#dkp-pacman -Syu --noconfirm
2021-02-20 14:02:50 +01:00
- name: update repo
2020-09-23 21:39:16 +00:00
run: |
git submodule update --init --recursive
2020-12-13 19:21:03 +01:00
- name: Building aio-switch-updater
2020-09-23 21:39:16 +00:00
run: |
2021-02-20 15:03:05 +01:00
cd aiosu-forwarder
2021-01-28 20:26:41 +01:00
make
2021-02-20 15:03:05 +01:00
cd ..
2020-09-23 21:39:16 +00:00
make -j$(nproc)
- uses: actions/upload-artifact@master
with:
2020-12-13 19:21:03 +01:00
name: aio-switch-updater
2021-01-28 20:26:41 +01:00
path: aio-switch-updater.nro