Skip to content

Commit

Permalink
[Jenkins] Switched mac build back to full.
Browse files Browse the repository at this point in the history
  • Loading branch information
bilke committed Dec 5, 2019
1 parent 2197f57 commit 6843812
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -462,11 +462,10 @@ pipeline {
"-DBUILD_SHARED_LIBS=${build_shared} " +
'-DOGS_CPU_ARCHITECTURE=core2 ' +
'-DOGS_DOWNLOAD_ADDITIONAL_CONTENT=ON ' +
'-DOGS_BUILD_GUI=OFF ' + // Temp. disabled
'-DOGS_BUILD_UTILS=ON ' +
'-DOGS_CONAN_BUILD=missing ' +
'-DCMAKE_OSX_DEPLOYMENT_TARGET="10.14" ' +
'-DOGS_USE_NETCDF=OFF '
'-DOGS_USE_NETCDF=ON '
}
build {
target="package"
Expand Down

0 comments on commit 6843812

Please sign in to comment.