[milter-manager-commit] milter-manager/milter-manager at 447c3ca [master] travis: Add extra configure options for CentOS6

Back to archive index

Kenji Okimoto null+****@clear*****
Thu Jun 15 16:49:57 JST 2017


Kenji Okimoto	2017-06-15 16:49:57 +0900 (Thu, 15 Jun 2017)

  New Revision: 447c3ca6929eddb6a9e51cbc5bcba4e85882d649
  https://github.com/milter-manager/milter-manager/commit/447c3ca6929eddb6a9e51cbc5bcba4e85882d649

  Merged 163db21: Merge pull request #121 from milter-manager/docker-for-ci

  Message:
    travis: Add extra configure options for CentOS6

  Modified files:
    .travis.yml

  Modified: .travis.yml (+2 -2)
===================================================================
--- .travis.yml    2017-06-15 16:08:35 +0900 (cd60bfd)
+++ .travis.yml    2017-06-15 16:49:57 +0900 (05db881)
@@ -18,7 +18,7 @@ env:
     - TARGET_DISTRIBUTION=debian-jessie
     # - TARGET_DISTRIBUTION=debian-stretch
     # - TARGET_DISTRIBUTION=debian-sid
-    - TARGET_DISTRIBUTION=centos6
+    - TARGET_DISTRIBUTION=centos6 EXTRA_CONFIGURE_OPTIONS="--with-ruby=/usr/bin/ruby2.2 --with-bundled-ruby-glib2"
     - TARGET_DISTRIBUTION=centos7
 
 before_install:
@@ -33,7 +33,7 @@ before_script:
   - docker-compose up -d ${TARGET_DISTRIBUTION}
   - docker-compose exec --user root ${TARGET_DISTRIBUTION} rsyslogd -f /etc/rsyslog.conf
   - docker-compose exec ${TARGET_DISTRIBUTION} ./autogen.sh
-  - docker-compose exec ${TARGET_DISTRIBUTION} ./configure --enable-coverage --with-default-connection-spec="inet:10025@[127.0.0.1]"
+  - docker-compose exec ${TARGET_DISTRIBUTION} ./configure --enable-coverage --with-default-connection-spec="inet:10025@[127.0.0.1]" ${EXTRA_CONFIGURE_OPTIONS}
   - docker-compose exec ${TARGET_DISTRIBUTION} make
 
 script:
-------------- next part --------------
An HTML attachment was scrubbed...
Download 



More information about the milter-manager-commit mailing list
Back to archive index