sewing/bisect.sh

11 lines
154 B
Bash

#!/usr/bin/env bash
set -x
cd ~/dev/valentina
rm -rf build
mkdir build
cd build
qmake ../Valentina.pro -r CONFIG+=noDebugSymbols CONFIG+=no_ccache
make