foreign-c/scripts/init-test.sh

10 lines
81 B
Bash

set -eu
set -o pipefail
make clean
make build
make tmp
VERSION=$(cat VERSION)