7 lines
130 B

#!/bin/bash
if test -d build; then
rm -r build
fi
ceedling test:all
ceedling release
cp build/release/Rechner.out Rechner.out