-
Notifications
You must be signed in to change notification settings - Fork 63
[example] GameDev Raylib: Running on Android #210
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
Signed-off-by: Uilian Ries <uilianr@jfrog.com>
Signed-off-by: Uilian Ries <uilianr@jfrog.com>
Signed-off-by: Uilian Ries <uilianr@jfrog.com>
Signed-off-by: Uilian Ries <uilianr@jfrog.com>
Signed-off-by: Uilian Ries <uilianr@jfrog.com>
Signed-off-by: Uilian Ries <uilianr@jfrog.com>
Signed-off-by: Uilian Ries <uilianr@jfrog.com>
Signed-off-by: Uilian Ries <uilianr@jfrog.com>
Signed-off-by: Uilian Ries <uilianr@jfrog.com>
Signed-off-by: Uilian Ries <uilianr@jfrog.com>
Signed-off-by: Uilian Ries <uilianr@jfrog.com>
Signed-off-by: Uilian Ries <uilianr@jfrog.com>
| profile = """ | ||
|
|
||
| [settings] | ||
| os=Android | ||
| os.api_level=27 | ||
| arch=armv8 | ||
| compiler=clang | ||
| compiler.version=18 | ||
| compiler.libcxx=c++_static | ||
| compiler.cppstd=17 | ||
| build_type=Debug | ||
|
|
||
| [conf] | ||
| tools.android:ndk_path={} | ||
| """ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
what about adding this profile as a file in the repo and using jinja to get the environment variable in the profile and advice users to set the variables and modify their profile accordingly?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The CI result can be found here: https://github.com/uilianries/conan-examples2/actions/runs/20069395078/job/57566851274?pr=6#step:9:243
Signed-off-by: Uilian Ries <uilianr@jfrog.com>
Signed-off-by: Uilian Ries <uilianr@jfrog.com>
Hello!
Related to conan-io/conan-io.github.io#300
This example section illustrates the blog post and can be built on GHA.
Later, it should also be noted in the blog post.