xxx
dustin/airplaypi/pipeline/head This commit looks good Details

Dustin 2025-08-19 19:40:06 -05:00
parent af55085784
commit 5a43c8c5f3
1 changed files with 1 additions and 0 deletions

1
ci/Jenkinsfile vendored
View File

@ -46,6 +46,7 @@ pipeline {
steps { steps {
sh 'make config && make update-config' sh 'make config && make update-config'
sh 'make all' sh 'make all'
sh 'sed -i -e \'s/BOOT_UART=0/BOOT_UART=1/\' _build/images/rpi-firmware/bootcode.bin'
} }
post { post {
success { success {