]> granicus.if.org Git - recode/commitdiff
AppVeyor: configure with --enable-silent-rules for shorter logs
authorReuben Thomas <rrt@sc3d.org>
Mon, 29 Jan 2018 13:47:20 +0000 (13:47 +0000)
committerReuben Thomas <rrt@sc3d.org>
Mon, 29 Jan 2018 15:23:30 +0000 (15:23 +0000)
Also just go straight into make distcheck, no need to run just make [all]
first.

appveyor.yml

index ee0c0e401d1a6d36cbc97efcce1ad15322ee645c..8cfceb0aa2653386d064d4103cd60dfac6317cda 100644 (file)
@@ -17,4 +17,4 @@ install:
   - C:\msys64\usr\bin\bash.exe -l c:/projects/recode/build-aux/appveyor-install.sh
 
 build_script:
-  - C:\msys64\usr\bin\bash.exe -lc "cd c:/projects/recode && ./bootstrap && ./configure %CONFIGURE_FLAGS% && make && make distcheck"
+  - C:\msys64\usr\bin\bash.exe -lc "cd c:/projects/recode && ./bootstrap && ./configure --enable-silent-rules %CONFIGURE_FLAGS% && make distcheck"