xxx
Some checks failed
dustin/photoframe2/pipeline/pr-dev/ci There was a failure building this commit

This commit is contained in:
2024-12-23 18:32:56 -06:00
parent 8918fd4a3e
commit e368b82d34

5
ci/Jenkinsfile vendored
View File

@@ -23,6 +23,11 @@ pipeline {
}
post {
failure {
sh 'command -v clang'
sh 'command -v aarch64-unknown-linux-gnu-clang'
}
success {
dir('/home/jenkins/agent/_build/images') {
sh 'zstd --rm sdcard.img & zstd --rm firmware.img & wait'