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
9a308346
Commit
9a308346
authored
Oct 12, 2021
by
Amir MOHAMMADI
Browse files
Merge branch 'add_yum_support' into 'master'
Add support for yum requirements Closes
#82
See merge request
!256
parents
b80623e2
89d97135
Pipeline
#55104
passed with stages
in 23 minutes and 12 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
bob/devtools/data/gitlab-ci/single-package.yaml
View file @
9a308346
...
...
@@ -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