Skip to content

Commit

Permalink
Merge pull request #1976 from bilke/declarative-pipeline
Browse files Browse the repository at this point in the history
Declarative Jenkins pipeline
  • Loading branch information
bilke authored Nov 21, 2017
2 parents 752a92f + 83a99c0 commit cc4363e
Show file tree
Hide file tree
Showing 14 changed files with 395 additions and 470 deletions.
3 changes: 3 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,6 @@ trim_trailing_whitespace = false

[*.{json,yml,toml}]
indent_size = 2

[Jenkinsfile]
indent_size = 2
5 changes: 0 additions & 5 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -235,11 +235,6 @@ if (OGS_FATAL_ABORT)
add_definitions(-DOGS_FATAL_ABORT)
endif()

if(OGS_BUILD_TESTS)
set(Data_SOURCE_DIR ${PROJECT_SOURCE_DIR}/Tests/lfs-data CACHE INTERNAL "")
set(Data_BINARY_DIR ${PROJECT_BINARY_DIR}/Tests/lfs-data CACHE INTERNAL "")
endif()

# Logging level
add_definitions(-DLOGOG_LEVEL=${OGS_LOG_LEVEL})

Expand Down
Loading

0 comments on commit cc4363e

Please sign in to comment.