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

24 lines
439 B
YAML
Raw Normal View History

2020-05-04 20:24:49 +01:00
name: TegraExplorer builder
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
container: devkitpro/devkita64_devkitarm
2020-05-04 20:24:49 +01:00
steps:
- uses: actions/checkout@v1
2020-05-04 20:24:49 +01:00
- name: Build TegraExplorer
run: make -j$(nproc)
2020-05-04 20:24:49 +01:00
- uses: actions/upload-artifact@master
with:
name: TegraExplorer
2020-05-04 20:35:29 +01:00
path: output/TegraExplorer.bin