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-07-27 13:34:56 +02:00

26 lines
515 B
YAML

name: TegraExplorer builder
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
container: devkitpro/devkita64
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