mirror of
https://github.com/irungentoo/toxcore.git
synced 2024-03-22 13:30:51 +08:00
aa72c47125
This uses mallocfail to further increase coverage using the existing tests. Also: * Moved the non-auto "tox_one_test" to gtest. This should be split into smaller tests later. * Changed `hole_punching` to `bool`.
8 lines
226 B
Bash
Executable File
8 lines
226 B
Bash
Executable File
#!/bin/sh
|
|
|
|
set -eux
|
|
|
|
docker build -t toxchat/c-toxcore:sources -f other/docker/sources/Dockerfile .
|
|
docker build -t toxchat/c-toxcore:coverage other/docker/coverage
|
|
docker run --rm -it -p "28192:80" toxchat/c-toxcore:coverage
|