[tools] Add system package manger with ncurses as example#177
[tools] Add system package manger with ncurses as example#177czoido merged 23 commits intoconan-io:mainfrom
Conversation
Signed-off-by: Uilian Ries <uilianries@gmail.com>
Signed-off-by: Uilian Ries <uilianries@gmail.com>
Signed-off-by: Uilian Ries <uilianries@gmail.com>
memsharded
left a comment
There was a problem hiding this comment.
It might be better to not have a test_package() for it, but a regular other package recipe that uses it explicitly, so it is visible the if self.settings.os == "Linux": self.requires("ncurses/system") explicitly
Signed-off-by: Uilian Ries <uilianries@gmail.com>
Signed-off-by: Uilian Ries <uilianries@gmail.com>
Addressed on the commit 3874e44 Removed the test package, but added a "consumer" application instead. Also, adapted the CI strip to not only build both packages but also find and execute the new application. |
Signed-off-by: Uilian Ries <uilianries@gmail.com>
|
The script test will run only for Linux because we need a system package manager for this example. |
memsharded
left a comment
There was a problem hiding this comment.
Almost there, looking good
Signed-off-by: Uilian Ries <uilianries@gmail.com>
Signed-off-by: Uilian Ries <uilianries@gmail.com>
Signed-off-by: Uilian Ries <uilianries@gmail.com>
|
Add extra support for Mac (homebrew) and FreeBSD (pkg): |
Signed-off-by: Uilian Ries <uilianries@gmail.com>
This comment was marked as outdated.
This comment was marked as outdated.
Signed-off-by: Uilian Ries <uilianries@gmail.com>
Signed-off-by: Uilian Ries <uilianries@gmail.com>
Signed-off-by: Uilian Ries <uilianries@gmail.com>
Signed-off-by: Uilian Ries <uilianries@gmail.com>
Signed-off-by: Uilian Ries <uilianries@gmail.com>
Signed-off-by: Uilian Ries <uilianries@gmail.com>
Signed-off-by: Uilian Ries <uilianries@gmail.com>
Co-authored-by: Carlos Zoido <mrgalleta@gmail.com>
Co-authored-by: Carlos Zoido <mrgalleta@gmail.com>
Signed-off-by: Uilian Ries <uilianries@gmail.com>
|
Great, good job! |
Signed-off-by: Uilian Ries <uilianries@gmail.com>
Signed-off-by: Uilian Ries <uilianries@gmail.com>
Signed-off-by: Uilian Ries <uilianries@gmail.com>
|
@memsharded @czoido I just skipped the example app execution on the commit e3607c1 As we are using ncurses, it will need a configured terminal, which is not the case in the current CI that's building the examples. We could handle terminfo as workaround, but sounds too much. Locally, we should not have this problem when running the application. |

Related to conan-io/docs#3974
Documentation PR: conan-io/docs#3978