toxcore/other/docker/compcert/run
iphydf 6c35cef63f
chore: Add a compcert docker run script.
Useful for local runs. Does the same as CI, so if it fails on CI, this
can be used to test locally, avoiding slow CI round trips.
2023-11-18 06:19:21 +00:00

6 lines
102 B
Bash
Executable File

#!/bin/sh
set -eux
docker build -t toxchat/c-toxcore:compcert -f other/docker/compcert/Dockerfile .