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
5
Merge Requests
5
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
baeec43f
Commit
baeec43f
authored
May 29, 2018
by
Jan Möbius
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'CI-Sources' into 'master'
Ci sources See merge request
!173
parents
89633936
0f286ba4
Pipeline
#7123
passed with stages
in 78 minutes and 53 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
80 additions
and
0 deletions
+80
-0
.gitlab-ci.yml
.gitlab-ci.yml
+46
-0
CI/ci-source.sh
CI/ci-source.sh
+34
-0
No files found.
.gitlab-ci.yml
View file @
baeec43f
stages
:
-
build
-
deploy
gcc-c++11
:
stage
:
build
script
:
"
CI/ci-linux.sh
gcc
C++11"
tags
:
-
Linux
clang-c++11
:
stage
:
build
script
:
"
CI/ci-linux.sh
clang
C++11"
tags
:
-
Linux
gcc-c++14
:
stage
:
build
script
:
"
CI/ci-linux.sh
gcc
C++14"
tags
:
-
Linux
clang-c++14
:
stage
:
build
script
:
"
CI/ci-linux.sh
clang
C++14"
tags
:
-
Linux
macos-c++11
:
stage
:
build
script
:
"
CI/ci-mac.sh
C++11"
tags
:
-
Apple
...
...
@@ -28,6 +37,7 @@ macos-c++11:
-
build-release-cpp11/*.tar.gz
macos-c++98
:
stage
:
build
script
:
"
CI/ci-mac.sh
C++14"
tags
:
-
Apple
...
...
@@ -37,6 +47,7 @@ macos-c++98:
-
build-release-cpp14/*.tar.gz
cppcheck
:
stage
:
build
script
:
"
CI/ci-cppcheck.sh"
tags
:
-
Linux
...
...
@@ -45,6 +56,7 @@ cppcheck:
-
cppcheck.log
VS2017-64-bit-shared-apps
:
stage
:
build
variables
:
BUILD_PLATFORM
:
"
VS2017"
ARCHITECTURE
:
"
x64"
...
...
@@ -59,6 +71,7 @@ VS2017-64-bit-shared-apps:
-
build-release/*.exe
VS2017-64-bit-static-apps
:
stage
:
build
variables
:
BUILD_PLATFORM
:
"
VS2017"
ARCHITECTURE
:
"
x64"
...
...
@@ -74,6 +87,7 @@ VS2017-64-bit-static-apps:
VS2017-64-bit-shared-no-apps
:
stage
:
build
variables
:
BUILD_PLATFORM
:
"
VS2017"
ARCHITECTURE
:
"
x64"
...
...
@@ -88,6 +102,7 @@ VS2017-64-bit-shared-no-apps:
VS2017-32-bit-shared-no-apps
:
stage
:
build
variables
:
BUILD_PLATFORM
:
"
VS2017"
ARCHITECTURE
:
"
x32"
...
...
@@ -102,6 +117,7 @@ VS2017-32-bit-shared-no-apps:
VS2017-64-bit-static-no-apps
:
stage
:
build
variables
:
BUILD_PLATFORM
:
"
VS2017"
ARCHITECTURE
:
"
x64"
...
...
@@ -116,6 +132,7 @@ VS2017-64-bit-static-no-apps:
VS2017-32-bit-static-no-apps
:
stage
:
build
variables
:
BUILD_PLATFORM
:
"
VS2017"
ARCHITECTURE
:
"
x32"
...
...
@@ -129,6 +146,7 @@ VS2017-32-bit-static-no-apps:
-
build-release/*.exe
VS2015-64-bit-shared-apps
:
stage
:
build
variables
:
BUILD_PLATFORM
:
"
VS2015"
ARCHITECTURE
:
"
x64"
...
...
@@ -143,6 +161,7 @@ VS2015-64-bit-shared-apps:
VS2015-64-bit-shared-no-apps
:
stage
:
build
variables
:
BUILD_PLATFORM
:
"
VS2015"
ARCHITECTURE
:
"
x64"
...
...
@@ -156,6 +175,7 @@ VS2015-64-bit-shared-no-apps:
-
build-release/*.exe
VS2015-32-bit-shared-apps
:
stage
:
build
variables
:
BUILD_PLATFORM
:
"
VS2015"
ARCHITECTURE
:
"
x32"
...
...
@@ -169,6 +189,7 @@ VS2015-32-bit-shared-apps:
-
build-release/*.exe
VS2015-32-bit-shared-no-apps
:
stage
:
build
variables
:
BUILD_PLATFORM
:
"
VS2015"
ARCHITECTURE
:
"
x32"
...
...
@@ -182,6 +203,7 @@ VS2015-32-bit-shared-no-apps:
-
build-release/*.exe
VS2015-64-bit-static-apps
:
stage
:
build
variables
:
BUILD_PLATFORM
:
"
VS2015"
ARCHITECTURE
:
"
x64"
...
...
@@ -195,6 +217,7 @@ VS2015-64-bit-static-apps:
-
build-release/*.exe
VS2015-64-bit-static-no-apps
:
stage
:
build
variables
:
BUILD_PLATFORM
:
"
VS2015"
ARCHITECTURE
:
"
x64"
...
...
@@ -208,6 +231,7 @@ VS2015-64-bit-static-no-apps:
-
build-release/*.exe
VS2015-32-bit-static-apps
:
stage
:
build
variables
:
BUILD_PLATFORM
:
"
VS2015"
ARCHITECTURE
:
"
x32"
...
...
@@ -221,6 +245,7 @@ VS2015-32-bit-static-apps:
-
build-release/*.exe
VS2015-32-bit-static-no-apps
:
stage
:
build
variables
:
BUILD_PLATFORM
:
"
VS2015"
ARCHITECTURE
:
"
x32"
...
...
@@ -236,6 +261,7 @@ VS2015-32-bit-static-no-apps:
VS2013-64-bit-shared-apps
:
stage
:
build
variables
:
BUILD_PLATFORM
:
"
VS2013"
ARCHITECTURE
:
"
x64"
...
...
@@ -249,6 +275,7 @@ VS2013-64-bit-shared-apps:
-
build-release/*.exe
VS2013-64-bit-shared-no-apps
:
stage
:
build
variables
:
BUILD_PLATFORM
:
"
VS2013"
ARCHITECTURE
:
"
x64"
...
...
@@ -262,6 +289,7 @@ VS2013-64-bit-shared-no-apps:
-
build-release/*.exe
VS2013-32-bit-shared-apps
:
stage
:
build
variables
:
BUILD_PLATFORM
:
"
VS2013"
ARCHITECTURE
:
"
x32"
...
...
@@ -275,6 +303,7 @@ VS2013-32-bit-shared-apps:
-
build-release/*.exe
VS2013-32-bit-shared-no-apps
:
stage
:
build
variables
:
BUILD_PLATFORM
:
"
VS2013"
ARCHITECTURE
:
"
x32"
...
...
@@ -288,6 +317,7 @@ VS2013-32-bit-shared-no-apps:
-
build-release/*.exe
VS2013-64-bit-static-apps
:
stage
:
build
variables
:
BUILD_PLATFORM
:
"
VS2013"
ARCHITECTURE
:
"
x64"
...
...
@@ -301,6 +331,7 @@ VS2013-64-bit-static-apps:
-
build-release/*.exe
VS2013-64-bit-static-no-apps
:
stage
:
build
variables
:
BUILD_PLATFORM
:
"
VS2013"
ARCHITECTURE
:
"
x64"
...
...
@@ -314,6 +345,7 @@ VS2013-64-bit-static-no-apps:
-
build-release/*.exe
VS2013-32-bit-static-apps
:
stage
:
build
variables
:
BUILD_PLATFORM
:
"
VS2013"
ARCHITECTURE
:
"
x32"
...
...
@@ -327,6 +359,7 @@ VS2013-32-bit-static-apps:
-
build-release/*.exe
VS2013-32-bit-static-no-apps
:
stage
:
build
variables
:
BUILD_PLATFORM
:
"
VS2013"
ARCHITECTURE
:
"
x32"
...
...
@@ -340,8 +373,21 @@ VS2013-32-bit-static-no-apps:
-
build-release/*.exe
Doc-publish
:
stage
:
deploy
only
:
-
master
script
:
"
CI/ci-doc.sh"
tags
:
-
Linux
Sources
:
stage
:
deploy
only
:
-
master
script
:
"
CI/ci-source.sh"
artifacts
:
paths
:
-
OpenMesh*.zip
-
OpenMesh*.tar.bz2
-
OpenMesh*.tar.gz
CI/ci-source.sh
0 → 100755
View file @
baeec43f
# This script just creates compressed files of OpenMesh sources
# Create Build directory and Build documentation
mkdir
build-doc
cd
build-doc
cmake ..
make doc
cd
..
# Extract Version Information
VERSION
=
OpenMesh-
$(
cat
VERSION |
grep
VERSION |
tr
-d
"VERSION="
)
# Create Publishing directory
mkdir
$VERSION
# Move all files into Publishing directory
mv
CHANGELOG.md
$VERSION
/
mv
cmake
$VERSION
/
mv
CMakeLists.txt
$VERSION
/
mv
debian
$VERSION
/
mv
Doc
$VERSION
/
mv
LICENSE
$VERSION
/
mv
README.md
$VERSION
/
mv
src
$VERSION
/
mv
VERSION
$VERSION
/
mv
build-doc/Build/share/OpenMesh/Doc/html/
$VERSION
/Documentation
tar
cjf
$VERSION
.tar.bz2
$VERSION
tar
czf
$VERSION
.tar.gz
$VERSION
zip
-9
-q
-r
$VERSION
.zip
$VERSION
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