Skip to content

Commit 21c9cb2

Browse files
committed
ci: init submodules
1 parent 342cc75 commit 21c9cb2

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

_assets/ci/Jenkinsfile.nix

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,11 @@ pipeline {
2424
}
2525

2626
stages {
27+
stage('Init submodules') {
28+
steps {
29+
sh 'git submodule update --init --recursive'
30+
}
31+
}
2732
stage('Build library') {
2833
steps {
2934
script {

0 commit comments

Comments
 (0)