Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
gzweb
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Neurorobotics Platform
gzweb
Commits
376b3811
Commit
376b3811
authored
7 years ago
by
Yves Raymond Schmid Dornbierer
Committed by
Yves Raymond Schmid Dornbierer
7 years ago
Browse files
Options
Downloads
Patches
Plain Diff
[HOTFIX] Remove unrequired cmake from GZ3D to frontend script
Change-Id: I6bfa1fdc4a1cbba6dffa91091e5c7fc9893e27dc
parent
92b6c8a2
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
GZ3D_to_frontend.sh
+1
-8
1 addition, 8 deletions
GZ3D_to_frontend.sh
with
1 addition
and
8 deletions
GZ3D_to_frontend.sh
+
1
−
8
View file @
376b3811
...
...
@@ -5,14 +5,7 @@ DIR=$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )
cd
$DIR
/gz3d/utils
grunt build
echo
-e
"
\e
[34mgz3d.js and gz3d.min.js created
\e
[39m"
cd
../../build
cmake ..
cp
$HBP
/gzweb/gz3d/build/gz3d.js
$HBP
/ExDFrontend/bower_components/gz3d-hbp/gz3d/build/
cp
$HBP
/gzweb/gz3d/client/js/include/
*
.js
$HBP
/ExDFrontend/bower_components/gz3d-hbp/gz3d/client/js/include/
echo
-e
"
\e
[34mFiles copied to http directory
\e
[39m"
if
[
"
$1
"
==
"-d"
]
;
then
cd
../gz3d/utils
grunt jsdoc
echo
-e
"
\e
[34mDocumentation updated
\e
[39m"
fi
echo
-e
"
\e
[34mFiles copied to HTTP directory and to Frontend
\e
[39m"
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment