Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
OpenMesh
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
13
Issues
13
List
Boards
Labels
Service Desk
Milestones
Merge Requests
4
Merge Requests
4
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
OpenMesh
OpenMesh
Commits
06a5e4e1
Commit
06a5e4e1
authored
May 29, 2018
by
Jan Möbius
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed another typo
parent
50914787
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
CI/ci-source.sh
CI/ci-source.sh
+4
-4
No files found.
CI/ci-source.sh
View file @
06a5e4e1
...
...
@@ -2,9 +2,9 @@
# This script just creates compressed files of OpenMesh sources
# Create Build directory and Build documentation
mkdir
build
mkdir
build
-doc
cd
build
cd
build
-doc
cmake ..
make doc
cd
..
...
...
@@ -13,7 +13,7 @@ cd ..
VERSION
=
OpenMesh-
$(
cat
VERSION |
grep
VERSION |
tr
-d
"VERSION="
)
# Create Publishing directory
mkdir
OpenMesh-
$VERSION
mkdir
$VERSION
# Move all files into Publishing directory
mv
CHANGELOG.md
$VERSION
/
...
...
@@ -26,7 +26,7 @@ mv README.md $VERSION/
mv
src
$VERSION
/
mv
VERSION
$VERSION
/
mv
build
/Build/share/OpenMesh/Doc/html/ OpenMesh-
$VERSION
/Documentation
mv
build
-doc/Build/share/OpenMesh/Doc/html/
$VERSION
/Documentation
tar
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment