: If working in a CI/CD environment (like GitLab), declare the resulting .zip as an artifact so the feature is saved after the job finishes.
The "feature" is often the successful generation of build files and the resulting binary. Use the following commands to initialize and build:
: Run cmake -H. -B_build to check the environment and write the build configuration.
Before building, ensure the archive was extracted correctly. A common "bug" in this lab context is extracting subfolders incorrectly (e.g., creating files named folder\file.jpg instead of placing the file inside a real folder), which will break the build process. 4. Git Integration If this is part of a course repo: