Skip to content

Commit

Permalink
lemon: avoid ci building debug packages
Browse files Browse the repository at this point in the history
  • Loading branch information
madebr committed Jul 16, 2020
1 parent 5690b02 commit 474f19b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions recipes/lemon/all/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,6 @@ def package(self):
cmake = self._configure_cmake()
cmake.install()

def package_id(self):
del self.info.settings.build_type
del self.info.settings.compiler

def package_info(self):
bin_path = os.path.join(self.package_folder, "bin")
self.output.info("Appending PATH environment variable: {}".format(bin_path))
Expand Down

0 comments on commit 474f19b

Please sign in to comment.