musikcube/archive-rpi.sh

8 lines
178 B
Bash
Raw Normal View History

2019-01-13 19:37:02 +00:00
#!/bin/sh
2019-01-13 19:38:09 +00:00
rm -rf bin
2019-01-13 19:37:02 +00:00
./clean-nix.sh
cmake -DGENERATE_DEB=1 -DDEB_ARCHITECTURE=armhf -DDEB_DISTRO=stretch -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release .
make -j2
cpack