This project demonstrates a simple CI/CD pipeline with build and verification scripts.
- Builds the project and creates artifacts
- Generates build information and manifest files
- Creates a
build/directory with output files
- Verifies build artifacts exist and are valid
- Runs simulated tests
- Checks build status and displays summary
-
Run the build script:
./build.sh
-
Run the verification script:
./verification.sh
-
Or run the complete pipeline:
./build.sh && ./verification.sh
The build process creates:
build/build-info.txt- Build metadatabuild/manifest.json- Build manifest with status and version info