mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-06-01 02:55:07 +08:00
Jenkins archive nuttx elf files
This commit is contained in:
Vendored
+3
@@ -27,6 +27,7 @@ pipeline {
|
|||||||
sh "make sizes"
|
sh "make sizes"
|
||||||
sh "ccache -s"
|
sh "ccache -s"
|
||||||
archiveArtifacts(artifacts: 'build/*/*.px4', fingerprint: true)
|
archiveArtifacts(artifacts: 'build/*/*.px4', fingerprint: true)
|
||||||
|
archiveArtifacts(artifacts: 'build/*/*.elf', fingerprint: true)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -54,6 +55,7 @@ pipeline {
|
|||||||
sh "make sizes"
|
sh "make sizes"
|
||||||
sh "ccache -s"
|
sh "ccache -s"
|
||||||
archiveArtifacts(artifacts: 'build/*/*.px4', fingerprint: true)
|
archiveArtifacts(artifacts: 'build/*/*.px4', fingerprint: true)
|
||||||
|
archiveArtifacts(artifacts: 'build/*/*.elf', fingerprint: true)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -79,6 +81,7 @@ pipeline {
|
|||||||
sh "make sizes"
|
sh "make sizes"
|
||||||
sh "ccache -s"
|
sh "ccache -s"
|
||||||
archiveArtifacts(artifacts: 'build/*/*.px4', fingerprint: true)
|
archiveArtifacts(artifacts: 'build/*/*.px4', fingerprint: true)
|
||||||
|
archiveArtifacts(artifacts: 'build/*/*.elf', fingerprint: true)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user