Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenFlipper-Free
OpenFlipper-Free
Commits
7d85cdc7
Commit
7d85cdc7
authored
Mar 05, 2019
by
Jan Möbius
Browse files
Try to fix sources
parent
33badcb1
Changes
2
Show whitespace changes
Inline
Side-by-side
.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
Supports
Markdown
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