Skip to content
Snippets Groups Projects
Commit 7cd45b1b authored by Lars Bilke's avatar Lars Bilke
Browse files

[Jenkins] Package dependencies on Win.

Maybe this went missing on migration to declarative pipeline...
parent 651ca2f9
No related branches found
No related tags found
No related merge requests found
...@@ -216,7 +216,8 @@ pipeline { ...@@ -216,7 +216,8 @@ pipeline {
'-DOGS_BUILD_UTILS=ON ' + '-DOGS_BUILD_UTILS=ON ' +
'-DOGS_BUILD_TESTS=OFF ' + '-DOGS_BUILD_TESTS=OFF ' +
'-DOGS_BUILD_SWMM=ON ' + '-DOGS_BUILD_SWMM=ON ' +
'-DOGS_BUILD_METIS=ON ' '-DOGS_BUILD_METIS=ON ' +
'-DOGS_PACKAGE_DEPENDENCIES=ON '
keepDir = true keepDir = true
} }
build { } build { }
......
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