Skip to content
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

Merged
merged 3 commits into from
Jan 27, 2017
Merged

Use Docker at Travis #21

merged 3 commits into from
Jan 27, 2017

Conversation

lslezak
Copy link
Member

@lslezak lslezak commented Jan 19, 2017

No description provided.


# 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
Copy link
Member

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.

Copy link
Member Author

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
Copy link
Member

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?

Copy link
Member Author

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.

Copy link
Member

@mchf mchf left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@lslezak lslezak merged commit db5ac95 into master Jan 27, 2017
@lslezak lslezak deleted the docker_at_travis branch January 27, 2017 08:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants