mirror of
https://github.com/logos-messaging/logos-messaging-go.git
synced 2026-01-02 14:03:06 +00:00
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…
x
Reference in New Issue
Block a user