mirror of
https://github.com/TokTok/c-toxcore
synced 2026-07-30 18:09:20 +00:00
Also started teaching it about toxcore's alloc/dealloc functions in hopes of it catching some errors (it doesn't seem to be very good at this, but maybe better than nothing?).
6 lines
116 B
Bash
Executable File
6 lines
116 B
Bash
Executable File
#!/bin/sh
|
|
|
|
set -eux
|
|
BUILD=cppcheck
|
|
docker build -t "toxchat/c-toxcore:$BUILD" -f "other/docker/$BUILD/Dockerfile" .
|