mirror of https://github.com/status-im/go-waku.git
chore: build examples as part of CI build process to capture compile errors
This commit is contained in:
parent
d13b1f0aa3
commit
7fbb9ebe42
|
@ -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') {
|
||||
|
|
Loading…
Reference in New Issue