2
0
mirror of https://github.com/VinylDNS/vinyldns synced 2025-08-22 02:02:14 +00:00
vinyldns/build/README.md
Emerle, Ryan c3d4e16da4
Updates
- Fix issues with `SSHFP` record type
- Add `sbt.sh` helper script
- Update configuration file (`application.conf`) for consistency
- Update documentation
2021-12-03 12:16:21 -05:00

1.2 KiB

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
publish_docs.sh Publishes the documentation site
run_all_tests.sh Runs all of the tests: unit, integration, and functional
sbt.sh Runs sbt in a Docker container with the current project bind-mounted in /build
verify.sh Runs all of the unit and integration tests