Skip to content
Snippets Groups Projects
Commit bdb949d0 authored by Lars Bilke's avatar Lars Bilke Committed by Dmitry Yu. Naumov
Browse files

[Jenkins] Run git submodule sync.

parent bdc312ec
No related branches found
No related tags found
No related merge requests found
......@@ -84,7 +84,7 @@ pipeline {
}
steps {
script {
sh 'conan user'
sh 'git submodule sync'
configure {
cmakeOptions =
'-DOGS_CPU_ARCHITECTURE=generic ' +
......@@ -150,7 +150,7 @@ pipeline {
}
steps {
script {
sh 'conan user'
sh 'git submodule sync'
configure {
cmakeOptions =
'-DOGS_CPU_ARCHITECTURE=generic '
......@@ -173,6 +173,7 @@ pipeline {
agent { label "envinf1"}
steps {
script {
sh 'git submodule sync'
configure {
cmakeOptions =
'-DOGS_BUILD_UTILS=ON ' +
......@@ -207,6 +208,7 @@ pipeline {
steps {
script {
configure {
sh 'git submodule sync'
cmakeOptions =
'-DOGS_BUILD_UTILS=ON ' +
'-DBUILD_SHARED_LIBS=ON ' +
......@@ -246,6 +248,7 @@ pipeline {
steps {
script {
// CLI
bat 'git submodule sync'
bat 'conan remove --locks'
configure {
cmakeOptions =
......@@ -291,6 +294,7 @@ pipeline {
agent { label "mac"}
steps {
script {
sh 'git submodule sync'
configure {
cmakeOptions =
'-DOGS_CPU_ARCHITECTURE=core2 ' +
......@@ -368,7 +372,7 @@ pipeline {
}
steps {
script {
sh 'conan user'
sh 'git submodule sync'
sh 'find $CONAN_USER_HOME -name "system_reqs.txt" -exec rm {} \\;'
configure {
cmakeOptions =
......@@ -478,7 +482,7 @@ pipeline {
}
steps {
script {
sh 'conan user'
sh 'git submodule sync'
sh 'find $CONAN_USER_HOME -name "system_reqs.txt" -exec rm {} \\;'
configure {
cmakeOptions =
......
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