We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Add default build/install scripts for regular and test builds. The purpose is to build directly from unmodified scripts.
Assume the parent folder of osal can have build-osal and local folder trees. Use relative paths ../build-osal and ../local to build and install.
build-osal
local
../build-osal
../local
Suggested scripts: mk-osal-no-test.sh - default build and mk-osal-test.sh - build with test.
mk-osal-no-test.sh
mk-osal-test.sh
The text was updated successfully, but these errors were encountered:
Fix nasa#1427, Add default build/install scripts
679c2c9
807451d
Successfully merging a pull request may close this issue.
Add default build/install scripts for regular and test builds.
The purpose is to build directly from unmodified scripts.
Assume the parent folder of osal can have
build-osal
andlocal
folder trees.Use relative paths
../build-osal
and../local
to build and install.Suggested scripts:
mk-osal-no-test.sh
- default build andmk-osal-test.sh
- build with test.The text was updated successfully, but these errors were encountered: