Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Xiph.Org
Icecast libigloo
Commits
aca9cb62
Commit
aca9cb62
authored
Mar 21, 2022
by
Stephan Jauernick
Committed by
Philipp Schafft
Apr 07, 2022
Browse files
Feature: Added upload step to Build (x86_64) step
parent
ab5196d2
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
aca9cb62
...
...
@@ -17,6 +17,15 @@ Build (x86_64):
-
./autogen.sh
-
./configure || { cat config.log; exit 1; }
-
make
-
mkdir _install_base
-
make install DESTDIR=`pwd`/_install_base/
-
ls -la
-
ls -la _install_base/
-
cd _install_base/
-
tar -cvzf ../libigloo-$CI_COMMIT_REF_NAME.tar.gz *
-
cd ..
-
ls -la
-
'
curl
--header
"JOB-TOKEN:
$CI_JOB_TOKEN"
--upload-file
libigloo-$CI_COMMIT_REF_NAME.tar.gz
"${CI_API_V4_URL}/projects/${CI_PROJECT_ID}/packages/generic/libigloo-bins/0.0.1-$CI_COMMIT_REF_NAME/libigloo-$CI_COMMIT_REF_NAME.tar.gz"'
artifacts
:
untracked
:
true
expire_in
:
1 hour
...
...
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