Files
renderdoc/scripts/travis/osx_compile.sh
T
2017-07-28 19:06:47 +01:00

8 lines
110 B
Bash

#!/bin/sh
mkdir build
cd build
cmake -DCMAKE_BUILD_TYPE=Debug ..
echo "Building with $(nproc) jobs"
make -j2