toxcore/other/docker/clang-tidy/run

6 lines
118 B
Bash
Executable File

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