FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
MusicTools/setupWorkspace.sh at master · lambda-plugins/MusicTools · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
lambda-plugins
/
MusicTools
Public
forked from
EnigmA-008/MusicTools
Notifications
You must be signed in to change notification settings
Fork
1
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
MusicTools
/
setupWorkspace.sh
Copy path
More file actions
More file actions
Latest commit
History
History
History
executable file
·
23 lines (18 loc) · 743 Bytes
Breadcrumbs
MusicTools
/
setupWorkspace.sh
Copy path
File metadata and controls
executable file
·
23 lines (18 loc) · 743 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
#!
/bin/sh
#
Used to setup workspace and fix building on unix / Git BASH
#
#
Usage: "./setupWorkspace.sh"
#
#
To allow use from outside the lambda directory
cd
"
$(
dirname
"
$0
"
)
"
||
exit
echo
"
[
$(
date +
"
%H:%M:%S
"
)
] Running gradlew classes without daemon...
"
./gradlew --no-daemon classes
||
{
echo
"
[
$(
date +
"
%H:%M:%S
"
)
] ERROR: Running gradlew build failed! Run './gradlew --no-daemon classes' manually
"
exit
1
}
cat logo_ascii.txt
2>
/dev/null
echo
"
==========================================================================
"
echo
"
"
echo
"
[
$(
date +
"
%H:%M:%S
"
)
] Build succeeded! All checks passed, you can build normally now! Welcome to Lambda.
"
echo
"
"
echo
"
==========================================================================
"
Back
|
FazBrowse Home
|
New Git URL