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
7d85cdc7
Commit
7d85cdc7
authored
Mar 05, 2019
by
Jan Möbius
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Try to fix sources
parent
33badcb1
Pipeline
#8989
canceled with stages
in 3 minutes and 10 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
20 deletions
+9
-20
.gitlab-ci.yml
.gitlab-ci.yml
+1
-1
CI/ci-source.sh
CI/ci-source.sh
+8
-19
No files found.
.gitlab-ci.yml
View file @
7d85cdc7
...
...
@@ -473,7 +473,7 @@ Doc-publish:
-
build-release/Doxygen-error.log
Sources
:
stage
:
Build
stage
:
Deploy
only
:
-
master
script
:
"
CI/ci-source.sh"
...
...
CI/ci-source.sh
View file @
7d85cdc7
...
...
@@ -3,23 +3,12 @@
# Create Build directory and Build documentation
mkdir
build-doc
pwd
ls
cd
build-doc
pwd
ls
cmake ..
pwd
ls
make doc
cd
..
# Extract Version Information
...
...
@@ -29,13 +18,13 @@ VERSION=OpenFlipper-$(cat OpenFlipper/VERSION | grep VERSION | tr -d "VERSION=")
mkdir
$VERSION
# Move all files into Publishing directory
cp
-r
OpenFlipper
$VERSION
/
cp
-r
Plugin-
*
$VERSION
/
cp
-r
PluginCollection
*
$VERSION
/
cp
-r
Type
*
$VERSION
/
cp
-r
CMakeLists.txt
$VERSION
/
cp
-r
COPYING
$VERSION
/
cp
-r
Readme.md
$VERSION
/
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
...
...
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