mirror of
https://github.com/zeldaret/oot.git
synced 2025-10-17 12:09:55 +00:00
Fail the Jenkins build if there's any unused asm (#222)
* Check for unused asm * Deleting some unused asm
This commit is contained in:
parent
c376b3f195
commit
054f6dc04d
4 changed files with 17 additions and 48 deletions
5
Jenkinsfile
vendored
5
Jenkinsfile
vendored
|
@ -2,6 +2,11 @@ pipeline {
|
|||
agent any
|
||||
|
||||
stages {
|
||||
stage('Check for unused asm') {
|
||||
steps {
|
||||
sh './tools/find_unused_asm.sh'
|
||||
}
|
||||
}
|
||||
stage('Setup') {
|
||||
steps {
|
||||
echo 'Setting up...'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue