mirror of
https://github.com/TokTok/c-toxcore
synced 2026-07-29 18:19:21 +00:00
7 lines
150 B
Bash
Executable File
7 lines
150 B
Bash
Executable File
#!/bin/sh
|
|
|
|
set -eux
|
|
BUILD=cppcheck
|
|
other/docker/sources/build
|
|
docker build -t "toxchat/c-toxcore:$BUILD" -f "other/docker/$BUILD/$BUILD.Dockerfile" .
|