Skip to content
Snippets Groups Projects
Unverified Commit f86d4b18 authored by Daniel Agar's avatar Daniel Agar Committed by GitHub
Browse files

Jenkins generate uorb graphs (#8571)

parent 31ab496f
No related branches found
No related tags found
No related merge requests found
......@@ -621,6 +621,16 @@ pipeline {
archiveArtifacts(artifacts: 'modules/*.md', fingerprint: true)
}
}
stage('uorb graphs') {
agent {
docker { image 'px4io/px4-dev-nuttx:2017-12-30' }
}
steps {
sh 'make uorb_graphs'
archiveArtifacts(artifacts: 'Tools/uorb_graph/graph_sitl.json')
}
}
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment