[Rpm-maint] [rpm-software-management/rpm] Add Travis CI testing environment. (#261)

Jun Aruga notifications at github.com
Wed Jul 19 15:54:20 UTC 2017


junaruga 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}" \

OK. let me try the way.

-- 
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#discussion_r128289331
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rpm.org/pipermail/rpm-maint/attachments/20170719/c9713fbb/attachment.html>


More information about the Rpm-maint mailing list