1
0
Fork 0
mirror of https://github.com/suchmememanyskill/TegraExplorer.git synced 2024-09-19 21:43:40 +01:00
TegraExplorer/.github/workflows/builder.yml
2021-01-31 20:45:19 +01:00

25 lines
520 B
YAML

name: TegraExplorer builder
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
container: devkitpro/devkita64_devkitarm
steps:
- uses: actions/checkout@v1
- name: Build TegraExplorer
run: |
sudo apt update -y
sudo apt install build-essential -y
make -j$(nproc)
- uses: actions/upload-artifact@master
with:
name: TegraExplorer
path: |
output/TegraExplorer.bin
output/TegraExplorer_small.bin