[Rpm-maint] [rpm-software-management/rpm] Add Travis CI testing environment. (#261)
Igor Gnatenko
notifications at github.com
Wed Jul 19 15:50:32 UTC 2017
ignatenkobrain commented on this pull request.
> + - |
+ if [ "${CONTAINER_IMAGE}" != '' ]; then
+ 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}" \
I think it's better to copy everything in container in the beginning, isn't it? (not sure)
--
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-50953114
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rpm.org/pipermail/rpm-maint/attachments/20170719/e42d4d84/attachment.html>
More information about the Rpm-maint
mailing list