Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
noc
python-compile
Commits
47c8f064
Commit
47c8f064
authored
Jun 13, 2020
by
EKbfh
🐼
Browse files
Add Ubuntu distro
parent
242716a4
Pipeline
#24037
failed with stages
in 16 minutes and 55 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
47c8f064
...
...
@@ -45,6 +45,19 @@ compile_Debian_9:
extends
:
.base_compile
image
:
debian:9
# Ubuntu Family
compile_Ubuntu_16
:
extends
:
.base_compile
image
:
ubuntu:16
compile_Ubuntu_18
:
extends
:
.base_compile
image
:
ubuntu:18
compile_Ubuntu_20
:
extends
:
.base_compile
image
:
ubuntu:20
# RedHat Family
compile_RedHat
:
extends
:
.base_compile
...
...
@@ -99,3 +112,39 @@ upload_Debian9:
artifacts
:
true
tags
:
-
docker
upload_Ubuntu16
:
stage
:
upload
image
:
registry.getnoc.com/infrastructure/s3helper:master
script
:
-
ls -al
-
/tmp/mc -q cp python${PYTHON_VERSION_3_8}.tar.gz cdn/$S3_BUCKET/repo/Ubuntu/16/
needs
:
-
job
:
compile_Ubuntu_16
artifacts
:
true
tags
:
-
docker
upload_Ubuntu18
:
stage
:
upload
image
:
registry.getnoc.com/infrastructure/s3helper:master
script
:
-
ls -al
-
/tmp/mc -q cp python${PYTHON_VERSION_3_8}.tar.gz cdn/$S3_BUCKET/repo/Ubuntu/18/
needs
:
-
job
:
compile_Ubuntu_18
artifacts
:
true
tags
:
-
docker
upload_Ubuntu20
:
stage
:
upload
image
:
registry.getnoc.com/infrastructure/s3helper:master
script
:
-
ls -al
-
/tmp/mc -q cp python${PYTHON_VERSION_3_8}.tar.gz cdn/$S3_BUCKET/repo/Ubuntu/20/
needs
:
-
job
:
compile_Ubuntu_20
artifacts
:
true
tags
:
-
docker
\ No newline at end of file
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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