Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
OpenFlipper-Free
OpenFlipper-Free
Commits
ee79dfc1
Commit
ee79dfc1
authored
Nov 09, 2020
by
Jan Möbius
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Disable additional artifact collection
parent
dc2de4f4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
13 deletions
+13
-13
CI/ci-linux-build.sh
CI/ci-linux-build.sh
+13
-13
No files found.
CI/ci-linux-build.sh
View file @
ee79dfc1
...
...
@@ -70,23 +70,23 @@ ldd bin/OpenFlipper | grep "=> /" | awk '{print $3}' | xargs -I '{}' cp -v '{}'
cd
../..
echo
"====================================="
echo
"====================================="
echo
"Collecting artifacts"
echo
"====================================="
echo
"====================================="
#
echo "====================================="
#
echo "====================================="
#
echo "Collecting artifacts"
#
echo "====================================="
#
echo "====================================="
#create an artifact directory
if
[
!
-d
artifacts
]
;
then
echo
"Creating artifacts folder"
mkdir
artifacts
fi
#
if [ ! -d artifacts ]; then
#
echo "Creating artifacts folder"
#
mkdir artifacts
#
fi
echo
"Current directory is :
$(
pwd
)
"
#
echo "Current directory is : $(pwd)"
# Copy all Build
rsync
-aq
*
artifacts
--exclude
=
artifacts
--exclude
=
.git
#
rsync -aq * artifacts --exclude=artifacts --exclude=.git
# create an archive with all the build files so we can use them in the test script
tar
-cvf
buildfiles.tar artifacts
cd
..
#
tar -cvf buildfiles.tar artifacts
#
cd ..
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