diff --git a/src/publish_eyetune_build.sh b/src/publish_eyetune_build.sh new file mode 100644 index 000000000..b70726009 --- /dev/null +++ b/src/publish_eyetune_build.sh @@ -0,0 +1,15 @@ +#!/bin/bash +# Define a timestamp function +timestamp() { + date +"%Y%m%d%H%M%S" +} + +# Options +repo=projectm +SRC=/d/GIT/$repo +DEST=$SRC/projectm +### + +echo "Building EyeTune" +cd $SRC/src && msbuild EyeTune.WindowsUniversal.Application.sln /m /p:Configuration=RELEASE /p:Platform=x64 + \ No newline at end of file