]> granicus.if.org Git - recode/commitdiff
AppVeyor: make all before distcheck
authorReuben Thomas <rrt@sc3d.org>
Tue, 30 Jan 2018 19:21:19 +0000 (19:21 +0000)
committerReuben Thomas <rrt@sc3d.org>
Tue, 30 Jan 2018 19:21:19 +0000 (19:21 +0000)
It seems this is needed on Windows; it’s not a big deal, so rather than try
to fix the build system, just do it.

appveyor.yml

index 8cfceb0aa2653386d064d4103cd60dfac6317cda..539ca7897a37b2df2c09f4070acf28e2ece17fc5 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 --enable-silent-rules %CONFIGURE_FLAGS% && make distcheck"
+  - C:\msys64\usr\bin\bash.exe -lc "cd c:/projects/recode && ./bootstrap && ./configure --enable-silent-rules %CONFIGURE_FLAGS% && make && make distcheck"