[Rpm-maint] [rpm-software-management/rpm] Add Travis CI testing environment. (#261)
Igor Gnatenko
notifications at github.com
Wed Jul 19 15:48:21 UTC 2017
ignatenkobrain commented on this pull request.
> + sed -i "/^FROM / s|fedora|${CONTAINER_IMAGE}|" Dockerfile
+ fi
+install:
+ - |
+ docker build \
+ -t rpm \
+ .
+before_script:
+ - sudo chown -R 1000 .
+script:
+ - |
+ DIR=$(pwd)
+ docker run \
+ -v "${DIR}:${DIR}" \
+ -w "${DIR}" \
+ -i \
don't think interactive mode is needed
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/pull/261#pullrequestreview-50953197
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rpm.org/pipermail/rpm-maint/attachments/20170719/e6de318e/attachment.html>
More information about the Rpm-maint
mailing list