ruby-changes:30532
From: nobu <ko1@a...>
Date: Mon, 19 Aug 2013 08:31:34 +0900 (JST)
Subject: [ruby-changes:30532] nobu:r42611 (trunk): * .travis.yml (before_script): check if cached config works.
nobu 2013-08-19 08:31:26 +0900 (Mon, 19 Aug 2013) New Revision: 42611 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=42611 Log: * .travis.yml (before_script): check if cached config works. Modified files: trunk/.travis.yml Index: .travis.yml =================================================================== --- .travis.yml (revision 42610) +++ .travis.yml (revision 42611) @@ -40,7 +40,12 @@ install: "sudo apt-get -qq build-dep rub https://github.com/ruby/ruby/blob/trunk/.travis.yml#L40 before_script: - "make -f common.mk BASERUBY=ruby srcdir=. update-config_files" - "autoconf" - - "./configure --with-gcc=$CC" + - "mkdir config_1st config_2nd" + - "./configure -C --with-gcc=$CC" + - "cp -pr config.status .ext/include config_1nd" + - "make reconfig" + - "cp -pr config.status .ext/include config_2nd" + - "diff -ru config_1nd config_2nd" - "make -sj encs" - "make -sj exts" script: -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/