Skip to content

Commit

Permalink
[ci] Build package target on Linux and Mac.
Browse files Browse the repository at this point in the history
  • Loading branch information
bilke committed Jul 16, 2020
1 parent 3b9c05e commit fd8af37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/ci/extends/template-build-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
$CMAKE_ARGS
-DCMAKE_BUILD_TYPE=$BUILD_TYPE
-DOGS_BUILD_PROCESSES=$BUILD_PROCESSES
- $BUILD_CMD_PREFIX cmake --build . > >(tee make.output)
- $BUILD_CMD_PREFIX cmake --build . --target package > >(tee make.output)
- if $BUILD_TESTS ; then $BUILD_CMD_PREFIX cmake --build . --target tests ; fi
- if $BUILD_CTEST ; then $BUILD_CMD_PREFIX cmake --build . --target ctest ; fi
- if $BUILD_CTEST ; then cp Testing/**/Test.xml Tests/ctest.xml ; fi
Expand Down

0 comments on commit fd8af37

Please sign in to comment.