Hi Bram and Christian, 2016/1/10 Sun 23:46:57 UTC+9 Bram Moolenaar wrote: > Christian Brabandt wrote: > > > On So, 10 Jan 2016, Bram Moolenaar wrote: > > > > > > Ken Takata wrote: > > > > > > > Hi Bram and all, > > > > > > > > 2016/1/2 Sat 22:14:01 UTC+9 Bram Moolenaar wrote: > > > > > Can we please gather the complete, step-by-step instructions? > > > > > Probably > > > > > the best place for this is src/INSTALLpc.txt. > > > > > > > > I wrote it. Please review. > > > > > > Great, thanks. Let me include this now. We can make further > > > improvements from there. > > > > > > > I also updated the appveyor script: > > > > https://github.com/k-takata/vim/tree/chrisbra-appveyor-build > > > > > > Where do we see the output of it? Does it produce the self-installing > > > executable similar to what I made: > > > ftp://ftp.vim.org/pub/vim/pc/gvim74-1024.exe > > > That follows the instructions in the toplevel Makefile. > > > > I think it is here: > > https://ci.appveyor.com/project/k-takata/vim/history e.g. last one seems > > to be: https://ci.appveyor.com/project/k-takata/vim/build/81 then click > > on an arch build and then on artifacts. I think the compiled builds are > > then uploaded back there: https://github.com/k-takata/vim/releases
Thank you, Christian. > Thanks. It builds lots of stuff, taking a lot of time. But we would > only need to do this once a day, if there are changes. I tried it, but it didn't succeed. AppVeyor's build is triggered at every push to GitHub. We cannot trigger the build once per a day. If we need such build cycle, we cannot use AppVeyor for building installers, I think. # Actually, I created a script to check if one day or more has been past since # the last GitHub release. # https://github.com/k-takata/vim/blob/appveyor-temp/src/check-gh-release.py # But I couldn't skip creating a GitHub release when build is skipped. # An empty GitHub release was created. :-( > It does appear to use the distributed nsis/gvim.nsi file. I did change nsis/gvim.nsi a bit: https://github.com/vim/vim/compare/v7.4.1087...k-takata:33fe515#diff-809dbb3dbb145596bad833d733edebf5L6 * Added !ifndef .. !endif around VIMSRC, VIMRT and VIMTOOLS so that they can be set from the command line. * The SetCompressor command was appeared twice. * Added libiconv-2.dll (and libwinpthread-1.dll for Win64) to use gettext binaries from https://mlocati.github.io/gettext-iconv-windows/ . Regards, Ken Takata -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php --- You received this message because you are subscribed to the Google Groups "vim_dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
