chore: build examples as part of CI build process to capture compile errors

This commit is contained in:
Richard Ramos
2023-09-06 10:05:26 -04:00
committed by richΛrd
parent d13b1f0aa3
commit 7fbb9ebe42
+6
View File
@@ -48,6 +48,12 @@ pipeline {
} } }
}
stage('Build examples') {
steps { script { dir(env.REPO) {
nix.develop('make build-example')
} } }
}
stage('Package') {
steps { script { dir(env.REPO) {
dir('./scripts/linux') {