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
OpenFlipper-Free
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
23
Issues
23
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
OpenFlipper-Free
OpenFlipper-Free
Commits
6d6c7e27
Commit
6d6c7e27
authored
Mar 05, 2019
by
Jan Möbius
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added OpenFlipper source gitlab build
parent
fc465d37
Pipeline
#8973
failed
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
51 additions
and
1 deletion
+51
-1
.gitlab-ci.yml
.gitlab-ci.yml
+13
-0
CI/ci-source.sh
CI/ci-source.sh
+37
-0
OpenFlipper
OpenFlipper
+1
-1
No files found.
.gitlab-ci.yml
View file @
6d6c7e27
...
...
@@ -472,6 +472,19 @@ Doc-publish:
-
build-release/Doxygen-warning.log
-
build-release/Doxygen-error.log
Sources
:
stage
:
deploy
only
:
-
master
script
:
"
CI/ci-source.sh"
tags
:
-
Linux
-
stretch
artifacts
:
paths
:
-
OpenFlipper*.zip
-
OpenFlipper*.tar.bz2
-
OpenFlipper*.tar.gz
CI/ci-source.sh
0 → 100644
View file @
6d6c7e27
# This script just creates compressed files of OpenFlipper sources
# Create Build directory and Build documentation
mkdir
build-doc
cd
build-doc
cmake ..
make doc
cd
..
# Extract Version Information
VERSION
=
OpenFlipper-
$(
cat
OpenFlipper/VERSION |
grep
VERSION |
tr
-d
"VERSION="
)
# Create Publishing directory
mkdir
$VERSION
# Move all files into Publishing directory
mv
OpenFlipper
$VERSION
/
mv
Plugin-
*
$VERSION
/
mv
PluginCollection
*
$VERSION
/
mv
Type
*
$VERSION
/
mv
CMakeLists.txt
$VERSION
/
mv
COPYING
$VERSION
/
mv
Readme.md
$VERSION
/
cd
$VERSION
find
.
-name
"*git*"
| xargs
rm
-rf
cd
..
mkdir
$VERSION
/Documentation
mv
build-doc/Build/share/OpenFlipper/Doc/DeveloperHTML/
$VERSION
/Documentation/DeveloperHTML
mv
build-doc/Build/share/OpenFlipper/Doc/UserHTML/
$VERSION
/Documentation/UserHTML
tar
cjf
$VERSION
.tar.bz2
$VERSION
tar
czf
$VERSION
.tar.gz
$VERSION
zip
-9
-q
-r
$VERSION
.zip
$VERSION
OpenFlipper
@
4b03f6ae
Compare
0e6dea67
...
4b03f6ae
Subproject commit
0e6dea6741ce18983e341845d881377153516427
Subproject commit
4b03f6ae3887113fc76d14dcd845f9e4ba22b8b9
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