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
7f7b3aed
Commit
7f7b3aed
authored
Nov 12, 2021
by
EKbfh
🐼
Browse files
Merge branch 'python3-9' into 'master'
Add python 3.9 See merge request
!6
parents
1ffb86c0
021ed4a7
Pipeline
#34121
passed with stages
in 41 minutes and 37 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
7f7b3aed
...
...
@@ -4,7 +4,7 @@ stages:
-
upload
variables
:
PYTHON_VERSION_3
:
"
3.
8
.8"
PYTHON_VERSION_3
:
"
3.
9
.8"
S3_BASE
:
https://s3.getnoc.com
S3_BUCKET
:
$CI_PROJECT_NAMESPACE
COMPILE_FLAGS_DEB
:
"
--with-system-ffi
--with-computed-gotos
--enable-loadable-sqlite-extensions"
...
...
@@ -57,6 +57,10 @@ compile_RedHat:
-
docker
# Debian Family
compile_Debian_11
:
extends
:
.base_compile
image
:
debian:11
compile_Debian_10
:
extends
:
.base_compile
image
:
debian:10
...
...
@@ -97,6 +101,14 @@ upload_RedHat:
-
job
:
compile_RedHat
artifacts
:
true
upload_Debian11
:
extends
:
.base_upload
script
:
-
/tmp/mc -q cp python${PYTHON_VERSION_3}.* cdn/$S3_BUCKET/repo/Debian/11/
needs
:
-
job
:
compile_Debian_11
artifacts
:
true
upload_Debian10
:
extends
:
.base_upload
script
:
...
...
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