Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
bob.devtools
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
5
Issues
5
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
bob
bob.devtools
Commits
06540e88
Commit
06540e88
authored
Feb 05, 2021
by
André Anjos
💬
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[gitlab-ci] Enable py38 builds
parent
e7a762e3
Pipeline
#47790
passed with stages
in 10 minutes and 35 seconds
Changes
5
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
43 additions
and
4 deletions
+43
-4
bob/devtools/data/gitlab-ci/beat-docker-package.yaml
bob/devtools/data/gitlab-ci/beat-docker-package.yaml
+4
-0
bob/devtools/data/gitlab-ci/docs.yaml
bob/devtools/data/gitlab-ci/docs.yaml
+1
-1
bob/devtools/data/gitlab-ci/nightlies.yaml
bob/devtools/data/gitlab-ci/nightlies.yaml
+17
-0
bob/devtools/data/gitlab-ci/noarch.yaml
bob/devtools/data/gitlab-ci/noarch.yaml
+2
-2
bob/devtools/data/gitlab-ci/single-package.yaml
bob/devtools/data/gitlab-ci/single-package.yaml
+19
-1
No files found.
bob/devtools/data/gitlab-ci/beat-docker-package.yaml
View file @
06540e88
build_linux_37
:
tags
:
-
docker-build
build_linux_38
:
tags
:
-
docker-build
bob/devtools/data/gitlab-ci/docs.yaml
View file @
06540e88
...
...
@@ -39,7 +39,7 @@ build:
stage
:
build
variables
:
GITLAB_CHECKOUT_STRATEGY
:
"
https://gitlab-ci-token:${CI_BUILD_TOKEN}@gitlab.idiap.ch/"
PYTHON_VERSION
:
"
3.
7
"
PYTHON_VERSION
:
"
3.
8
"
BUILD_EGG
:
"
true"
script
:
-
yum -y install dejavu-sans-fonts
...
...
bob/devtools/data/gitlab-ci/nightlies.yaml
View file @
06540e88
...
...
@@ -50,6 +50,13 @@ build_linux_37:
cache
:
key
:
'
build-py37'
build_linux_38
:
extends
:
.build_linux_template
variables
:
PYTHON_VERSION
:
"
3.8"
cache
:
key
:
'
build-py38'
build_macos_intel_37
:
extends
:
.build_template
variables
:
...
...
@@ -60,6 +67,16 @@ build_macos_intel_37:
cache
:
key
:
'
build-py37'
build_macos_intel_38
:
extends
:
.build_template
variables
:
PYTHON_VERSION
:
"
3.8"
tags
:
-
macos
-
intel
cache
:
key
:
'
build-py38'
# Periodic cleanup of beta packages
.cleanup_template
:
...
...
bob/devtools/data/gitlab-ci/noarch.yaml
View file @
06540e88
...
...
@@ -50,7 +50,7 @@ build_linux:
-
docker
image
:
docker.idiap.ch/bob/docker-images/c3i-linux-64
variables
:
PYTHON_VERSION
:
"
3.
7
"
PYTHON_VERSION
:
"
3.
8
"
BUILD_EGG
:
"
true"
script
:
-
bdt ci build -vv
...
...
@@ -68,7 +68,7 @@ build_linux:
build_macos_intel
:
variables
:
PYTHON_VERSION
:
"
3.
7
"
PYTHON_VERSION
:
"
3.
8
"
cache
:
key
:
"
build"
extends
:
.build_template
...
...
bob/devtools/data/gitlab-ci/single-package.yaml
View file @
06540e88
...
...
@@ -74,10 +74,24 @@ build_macos_intel_37:
cache
:
key
:
"
build-py37"
build_macos_intel_38
:
extends
:
.build_macos_intel_template
variables
:
PYTHON_VERSION
:
"
3.8"
cache
:
key
:
"
build-py38"
build_linux_37
:
extends
:
.build_linux_template
variables
:
PYTHON_VERSION
:
"
3.7"
cache
:
key
:
"
build-py37"
build_linux_38
:
extends
:
.build_linux_template
variables
:
PYTHON_VERSION
:
"
3.8"
BUILD_EGG
:
"
true"
script
:
-
bdt ci build -vv
...
...
@@ -90,7 +104,7 @@ build_linux_37:
-
${CONDA_ROOT}/conda-bld/linux-64/*.conda
-
${CONDA_ROOT}/conda-bld/linux-64/*.tar.bz2
cache
:
key
:
"
build-py3
7
"
key
:
"
build-py3
8
"
# Test targets (not normally used)
...
...
@@ -128,7 +142,9 @@ build_linux_37:
-
bdt ci clean -vv
dependencies
:
-
build_linux_37
-
build_linux_38
-
build_macos_intel_37
-
build_macos_intel_38
tags
:
-
docker
cache
:
...
...
@@ -167,7 +183,9 @@ pypi:
-
bdt ci clean -vv
dependencies
:
-
build_linux_37
-
build_linux_38
-
build_macos_intel_37
-
build_macos_intel_38
tags
:
-
docker
cache
:
...
...
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