toxcore/other/docker/clang-tidy/run

6 lines
118 B
Plaintext
Raw Normal View History

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