This is a Docker container setup for testing pycodec2 with different versions of codec2.
Right now there's only one codec2 version pycodec2 supports, 1.2.0, so the test is straightforward.
To build and run this container, execute the following steps.
-
Build the Docker image.
docker build -t codec2-integration-tests -f - .. < Dockerfile
-
Run the test:
docker run codec2-integration-tests:latest bash ./pycodec2/codec2-integration-tests/test.sh