upperLowerBounds/buildGuiRelease.sh

7 lines
73 B
Bash
Executable File

#!/bin/bash
mkdir build
cd build
qmake CONFIG+=release ..
make -j9
cd ..