Skip to content
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

TestApp build with CodeQL analysis #1052

Open
wants to merge 74 commits into
base: develop
Choose a base branch
from

Conversation

MikhailSuendukov
Copy link
Contributor

@MikhailSuendukov MikhailSuendukov commented Oct 10, 2024

Description

Because of CodeQL analysis recognizes this repository as containing C++ code, we need to build C++ files during the CodeQL scan (even if not all of them). Currently, the repository has only two C++ files—one in TestApp and the other in DemoApp—both are part of the functionality (testing the handling of crashes that were raised from native C++ code) of these applications.

This pull request introduces a pipeline configuration that builds TestApp as part of the CodeQL scan. This ensures that CodeQL successfully scan C++ code in its analysis.

Build succeeded

Related PRs or issues

AB#107387

TestApp/android/app/src/main/cpp/native-lib.cpp Outdated Show resolved Hide resolved
.azurepipelines/build-test-app-android.yml Outdated Show resolved Hide resolved
TestApp/install-ndk-version.sh Outdated Show resolved Hide resolved
TestApp/install-ndk-version.sh Outdated Show resolved Hide resolved
TestApp/ios/Podfile Outdated Show resolved Hide resolved
TestApp/update-npm-packages.sh Outdated Show resolved Hide resolved
TestApp/update-npm-packages.sh Show resolved Hide resolved
TestApp/update-npm-packages.sh Outdated Show resolved Hide resolved
TestApp/update-npm-packages.sh Outdated Show resolved Hide resolved
TestApp/update-npm-packages.sh Outdated Show resolved Hide resolved
lucen-ms
lucen-ms previously approved these changes Nov 4, 2024
@DmitriyKirakosyan DmitriyKirakosyan dismissed stale reviews from lucen-ms and themself via e12eeee November 12, 2024 04:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants