-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use Docker at Travis #21
Conversation
|
||
# the "yast-travis-cpp" script is included in the base yastdevel/cpp image | ||
# see https://github.com/yast/docker-yast-cpp/blob/master/yast-travis-cpp | ||
- docker run -it -e TRAVIS=1 -e TRAVIS_JOB_ID="$TRAVIS_JOB_ID" yast-slp-image yast-travis-cpp |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ok, i'm just curios when is yast-travis-cpp preferred over *-ruby one. As this module contains more then 50% of code written in ruby it is not that clear.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oh, good point I'll switch to the Ruby image...
RUN zypper --gpg-auto-import-keys --non-interactive in --no-recommends \ | ||
openslp-devel \ | ||
yast2 \ | ||
yast2-ruby-bindings |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
so it seems, that this package requires some more packages in docker's image ... Isn't that an issue in the package's dependencies?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No, I just want to avoid installing these specific packages for all the other YaST modules.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
No description provided.