mirror of
https://github.com/VinylDNS/vinyldns
synced 2025-08-22 02:02:14 +00:00
- Move quickstart from `utils` to `quickstart` - Update quickstart script to add more container manipulation - Move API functional tests back under `modules/api` - Move build-related scripts to `build/` directory - Add quickstart containers that can run the local version of the code
Build
This folder contains scripts for building VinylDNS and it's related artifacts.
Path | Description |
---|---|
assemble_api_jar.sh |
Builds the VinylDNS API jar file. You can find the resulting jar file in assembly/ . |
deep_clean.sh |
Removes all of the build artifacts and all target/ directories recursively. |
func-test-api.sh |
Runs the functional tests for the API |
func-test-portal.sh |
Runs the functional tests for the Portal |
prepare_release.sh |
Runs all of the tests in preparation for a release |
verify.sh |
Runs all of the unit and integration tests |