Skip to content

Commit

Permalink
BehaviorTree#2 Only upload when stable
Browse files Browse the repository at this point in the history
Signed-off-by: Uilian Ries <uilianries@gmail.com>
  • Loading branch information
uilianries committed Dec 13, 2018
1 parent 56f2eac commit dac6dcf
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion conan/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ def upload(self):
def upload_only_when_stable(self):
""" Force to upload when match stable pattern branch
"""
return os.getenv("CONAN_UPLOAD_ONLY_WHEN_STABLE", False)
return os.getenv("CONAN_UPLOAD_ONLY_WHEN_STABLE", True)

@property
def stable_branch_pattern(self):
Expand Down
1 change: 0 additions & 1 deletion conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ def _configure_cmake(self):
"""Create CMake instance and execute configure step
"""
cmake = CMake(self)
cmake.verbose = True
cmake.definitions["BUILD_EXAMPLES"] = False
cmake.definitions["BUILD_UNIT_TESTS"] = False
cmake.configure()
Expand Down

0 comments on commit dac6dcf

Please sign in to comment.