mirror of
https://github.com/pmret/papermario.git
synced 2024-11-08 12:02:30 +01:00
Build shift US on Jenkins (#1113)
* build shift us on jenkins * fix * fix for real this time * if sbn dir exists, dont exit
This commit is contained in:
parent
a3cdc47fb7
commit
92180a52ee
6
Jenkinsfile
vendored
6
Jenkinsfile
vendored
@ -112,6 +112,12 @@ pipeline {
|
||||
sh 'cat reports/warnings.txt > /var/www/papermar.io/html/reports/warnings.txt'
|
||||
}
|
||||
}
|
||||
stage('Build (shift US)') {
|
||||
steps {
|
||||
sh './configure --shift us'
|
||||
sh 'ninja'
|
||||
}
|
||||
}
|
||||
}
|
||||
post {
|
||||
always {
|
||||
|
@ -540,7 +540,7 @@ if splat_loaded:
|
||||
data = rom_bytes[self.rom_start : self.rom_end]
|
||||
|
||||
if dir.exists():
|
||||
raise Exception(f"SBN directory {dir} already exists")
|
||||
self.warn(f"SBN directory {dir} already exists")
|
||||
|
||||
sbn = SBN()
|
||||
byte_count = sbn.decode(data)
|
||||
|
Loading…
Reference in New Issue
Block a user