Kouhei Sutou
null+****@clear*****
Tue Apr 10 14:38:09 JST 2018
Kouhei Sutou 2018-04-10 14:38:09 +0900 (Tue, 10 Apr 2018) New Revision: 22073347dfc18c27367d5ffd623a428d48ff8bb3 https://github.com/groonga/groonga/commit/22073347dfc18c27367d5ffd623a428d48ff8bb3 Message: travis: use rsync Modified files: travis/Dockerfile.ubuntu-16.04 Modified: travis/Dockerfile.ubuntu-16.04 (+9 -3) =================================================================== --- travis/Dockerfile.ubuntu-16.04 2018-04-10 14:37:57 +0900 (a4a36eeee) +++ travis/Dockerfile.ubuntu-16.04 2018-04-10 14:38:09 +0900 (db405a281) @@ -19,6 +19,7 @@ RUN \ make \ mecab-naist-jdic \ pkg-config \ + rsync \ ruby \ ruby-dev \ sudo \ @@ -65,10 +66,15 @@ RUN \ mkdir -p /tmp/local/var/log/groonga/httpd/ RUN \ + rsync -a --include "*.rb" --include "*/" --exclude "*" \ + ../source/plugins/ \ + plugins/ + +RUN \ mkdir -p test/command && \ - cp -a \ - ../source/test/command/suite \ - test/command/suite + rsync -a --delete \ + ../source/test/command/suite/ \ + test/command/suite/ CMD \ BUILD_DIR=test/unit \ -------------- next part -------------- HTML����������������������������... URL: https://lists.osdn.me/mailman/archives/groonga-commit/attachments/20180410/e788855e/attachment-0001.htm