1
0
mirror of https://github.com/clangen/musikcube.git synced 2025-02-20 09:40:15 +00:00
2019-01-13 19:38:09 +00:00

8 lines
178 B
Bash
Executable File

#!/bin/sh
rm -rf bin
./clean-nix.sh
cmake -DGENERATE_DEB=1 -DDEB_ARCHITECTURE=armhf -DDEB_DISTRO=stretch -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release .
make -j2
cpack