This is an automated email from the ASF dual-hosted git repository. rlenferink pushed a commit to branch feature/add-build-job-for-dev-container in repository https://gitbox.apache.org/repos/asf/celix.git
commit 99e9b7b075402a11b3b3c77a5f1236693e2e5744 Author: Roy Lenferink <[email protected]> AuthorDate: Sun Jan 7 13:27:13 2024 +0100 container: Update README to advise using 'build' directory This because: * The 'build' directory is already ignored in the .gitignore * The 'build' directory is used in other examples on the Celix website --- container/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/container/README.md b/container/README.md index 4178c7ea..1d24de75 100644 --- a/container/README.md +++ b/container/README.md @@ -45,8 +45,8 @@ cd <project-root> ./container/run-ubuntu-container.sh bash # Build Apache Celix -mkdir celix-build -cd celix-build +mkdir -p build +cd build ../container/support-scripts/build-all.sh make -j
