toxcore/other/docker/clang-tidy/run

7 lines
152 B
Plaintext
Raw Normal View History

#!/bin/sh
set -eux
BUILD=clang-tidy
other/docker/sources/build
docker build -t "toxchat/c-toxcore:$BUILD" -f "other/docker/$BUILD/$BUILD.Dockerfile" .