mirror of
https://github.com/TokTok/c-toxcore
synced 2026-06-03 23:31:41 +00:00
93c83fbc7c
Sparse checks it. This is neater than using a struct, which has some slightly weird syntax at times. This also reduces the risk of someone adding another struct member.
7 lines
148 B
Bash
Executable File
7 lines
148 B
Bash
Executable File
#!/bin/sh
|
|
|
|
set -eux
|
|
BUILD=sparse
|
|
other/docker/sources/build
|
|
docker build -t "toxchat/c-toxcore:$BUILD" -f "other/docker/$BUILD/$BUILD.Dockerfile" .
|