blob: 2a6ff6a40bb47a3e270a20c9ca8f8eccf43265bb [file] [log] [blame]
#!/bin/bash
rm -rf build
mkdir build
pushd build
cmake ..
cmake ..
make -j 2
make install
install/bin/glslangValidator -i ../Test/sample.vert ../Test/sample.frag
popd