TegraExplorer/.github/workflows/builder.yml

24 lines
439 B
YAML
Raw Normal View History

2020-05-04 21:24:49 +02: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 21:24:49 +02:00
steps:
- uses: actions/checkout@v1
2020-05-04 21:24:49 +02:00
- name: Build TegraExplorer
run: make -j$(nproc)
2020-05-04 21:24:49 +02:00
- uses: actions/upload-artifact@master
with:
name: TegraExplorer
2020-05-04 21:35:29 +02:00
path: output/TegraExplorer.bin