Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
bob
bob.devtools
Commits
89d97135
Commit
89d97135
authored
Oct 12, 2021
by
Samuel GAIST
Browse files
[data][gitlab-ci] Add support for yum requirements in test phase
parent
b80623e2
Pipeline
#55101
passed with stage
in 43 minutes and 48 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
bob/devtools/data/gitlab-ci/single-package.yaml
View file @
89d97135
...
...
@@ -84,6 +84,7 @@ build_linux_38:
PYTHON_VERSION
:
"
3.8"
BUILD_EGG
:
"
true"
script
:
-
if [ -f "${CI_PROJECT_DIR}/conda/yum_requirements.txt" ]; then /usr/bin/sudo -n yum -y install $(cat ${CI_PROJECT_DIR}/conda/yum_requirements.txt); fi
# [linux]
-
bdt ci build -vv
-
bdt ci readme -vv dist/*.zip
-
bdt ci clean -vv
...
...
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