Files
renderdoc/scripts/travis/linux_compile.sh
T
Jake Turner d7f8a0236f Split travis file into helper scripts. Added OSX build.
* Setup and helper script per build target, currently: docs, linux & osx.
2017-01-04 13:54:59 +00:00

4 lines
108 B
Bash

#!/bin/sh
. /opt/qt56/bin/qt56-env.sh
mkdir build && cd build && cmake -DCMAKE_BUILD_TYPE=Debug .. && make