-
-
Notifications
You must be signed in to change notification settings - Fork 491
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
Rework for Android builds/workflows #2485
base: master
Are you sure you want to change the base?
Conversation
- name: Copy precompiled libraries from cache | ||
uses: actions/cache@v2 | ||
id: cache | ||
../../../.ci_scripts/clone_dependency.sh libsdl-org/SDL_image release-2.6.3 |
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.
Maybe work with pushd / popd here?
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 script clones into current directory
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.
Ah, okay.
Depends on #2621 |
This pull request scraps the old android builds that used ndk-build/makefiles for a better and more compatible CMake solution
commits are pretty unorganized
marked as draft because some stuff is yet to be implemented: