This repository has been archived on 2025-01-21. You can view files and clone it, but cannot push or open issues or pull requests.
PyBitmessage-2025-01-21/run-tests-in-docker.sh

5 lines
101 B
Bash
Raw Permalink Normal View History

#!/bin/bash
docker build -t pybm-travis-bionic -f Dockerfile.travis .
docker run pybm-travis-bionic