[前][次][番号順一覧][スレッド一覧]

ruby-changes:52951

From: shyouhei <ko1@a...>
Date: Fri, 19 Oct 2018 16:36:36 +0900 (JST)
Subject: [ruby-changes:52951] shyouhei:r65165 (trunk): .travis.yml: delete duplicated --disable-install-doc [ci skip]

shyouhei	2018-10-19 16:36:31 +0900 (Fri, 19 Oct 2018)

  New Revision: 65165

  https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=65165

  Log:
    .travis.yml: delete duplicated --disable-install-doc [ci skip]
    
    The flag was already specified inside of before_script

  Modified files:
    trunk/.travis.yml
Index: .travis.yml
===================================================================
--- .travis.yml	(revision 65164)
+++ .travis.yml	(revision 65165)
@@ -66,9 +66,8 @@ matrix: https://github.com/ruby/ruby/blob/trunk/.travis.yml#L66
     - name: x86_64-darwin17
       os: osx
       compiler: clang
-      # We are not going to make rdoc here; that is to be done above.
       env:
-        - "CONFIG_FLAG='--disable-install-doc --with-opt-dir=/usr/local/opt/openssl@1...:/usr/local/opt/zlib'"
+        - "CONFIG_FLAG='--with-opt-dir=/usr/local/opt/openssl@1...:/usr/local/opt/zlib'"
         - "JOBS=\"-j`sysctl -n hw.activecpu`\""
       before_install:
         # Bare "brew update" nukes everything.
@@ -82,20 +81,20 @@ matrix: https://github.com/ruby/ruby/blob/trunk/.travis.yml#L81
     #   os: osx
     #   compiler: clang
     #   env:
-    #     - "CONFIG_FLAG='--with-arch=i386 --disable-install-doc'"
+    #     - "CONFIG_FLAG='--with-arch=i386'"
     #     - "JOBS=\"-j`sysctl -n hw.activecpu`\""
     # - name: uinversal.x86_64h-darwin17
     #   os: osx
     #   compiler: clang
     #   env:
-    #     - "CONFIG_FLAG='--with-arch=x86_64h --disable-install-doc'"
+    #     - "CONFIG_FLAG='--with-arch=x86_64h'"
     #     - "JOBS=\"-j`sysctl -n hw.activecpu`\""
     - name: i686-linux
       os: linux
       sudo: required
       compiler: "'gcc-8 -m32'"
       env:
-        - "CONFIG_FLAG='--disable-install-doc debugflags=-g0'"
+        - "CONFIG_FLAG='debugflags=-g0'"
         - "JOBS=-j`nproc`"
         - "SETARCH='setarch i686 --verbose --3gb'"
       before_install:
@@ -152,7 +151,6 @@ matrix: https://github.com/ruby/ruby/blob/trunk/.travis.yml#L151
           -Wunused-variable
         )
         CONFIG_FLAG_ARRAY=(
-          --disable-install-doc
           optflags=-O0
           debugflags=-g0
           warnflags="${warnflags_array[*]}"

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]