Skip to content

NZ0 data import and code refactor (#1494) #4

NZ0 data import and code refactor (#1494)

NZ0 data import and code refactor (#1494) #4

name: Build Debug Module tool
on:
push:
branches:
- master
paths:
- 'config/**.txt'
- 'include/**'
- 'tools/sotn-debugmodule/**'
pull_request:
paths:
- 'config/**.txt'
- 'include/**'
- 'tools/sotn-debugmodule/**'
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Install requirements
run: sudo apt-get install gcc-mipsel-linux-gnu
- name: Clone repo
uses: actions/checkout@v4
with:
ref: ${{ github.ref }}
submodules: false
- name: build
working-directory: tools/sotn-debugmodule
run: make