eccrypto/docker-test.sh
Lee Miller 7946c2ff2e
Try to run the existing tests in buildbot,
docker-test.sh - is an alternative script to run locally.
2023-01-03 18:00:34 +02:00

4 lines
128 B
Bash
Executable File

#!/bin/sh
docker build --tag eccrypto -f .buildbot/node/Dockerfile .
docker run -it --rm eccrypto:latest .buildbot/node/test.sh