Files
OpenCL-CTS/build_lnx.sh
Kevin Petit 05a11d8e49 Synchronise with Khronos-private Gitlab branch
The maintenance of the conformance tests is moving to Github.

This commit contains all the changes that have been done in
Gitlab since the first public release of the conformance tests.

Signed-off-by: Kevin Petit kevin.petit@arm.com
2019-03-05 16:24:34 +00:00

7 lines
87 B
Bash
Executable File

#!/bin/sh
mkdir -p build_lnx
cd build_lnx
cmake -g "Unix Makefiles" ../
make --jobs 8