mirror of
https://github.com/projectM-visualizer/projectm.git
synced 2026-03-29 18:54:07 +00:00
Create publish_eyetune_build.sh
This commit is contained in:
15
src/publish_eyetune_build.sh
Normal file
15
src/publish_eyetune_build.sh
Normal file
@ -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
|
||||
|
||||
Reference in New Issue
Block a user