blob: 2a6ff6a40bb47a3e270a20c9ca8f8eccf43265bb [file] [log] [blame]
John Kessenich20233682014-02-19 00:27:03 +00001#!/bin/bash
John Kessenich3ce10582014-03-11 06:35:42 +00002rm -rf build
3mkdir build
4pushd build
5cmake ..
John Kessenich20233682014-02-19 00:27:03 +00006cmake ..
John Kessenichd0848e02014-03-14 17:32:51 +00007make -j 2
John Kessenich3ce10582014-03-11 06:35:42 +00008make install
9install/bin/glslangValidator -i ../Test/sample.vert ../Test/sample.frag
John Kessenich20233682014-02-19 00:27:03 +000010popd