Add "skip_packaging" to macos debug build

This commit is contained in:
Jason Turner 2014-12-02 11:23:29 -07:00
parent 8b34066dd5
commit 049cd12127

View File

@ -4,4 +4,5 @@ compilers:
- name: clang
build_type: Debug
cmake_extra_flags: -DBUILD_SAMPLES:BOOL=ON -DBUILD_PACKAGE:BOOL=ON -DBUILD_TESTING:BOOL=ON -DCOMMIT_SHA=$COMMIT_SHA
skip_packaging: true