Commit Graph

1505 Commits

Author SHA1 Message Date
Kovid Goyal 802b1ab1e9 Enable CI for win 32bit as well 2017-05-24 21:38:04 +05:30
Kovid Goyal c9839063d4 Remove obsolete reference to vs2015 2017-05-21 13:52:50 +05:30
Kovid Goyal 71c1232fa4 Ensure multitail building does not assume tty 2017-05-21 13:39:32 +05:30
Kovid Goyal 50ae40a73f DRYer 2017-05-21 13:39:32 +05:30
Kovid Goyal 0ac375742e Ensure index-generated.html is built correctly before publishing betas 2017-05-21 13:39:31 +05:30
Kovid Goyal 547b0ce83c Port CI script changes from master 2017-05-21 13:39:30 +05:30
Kovid Goyal 8246e539bc Retry sw download on appveyor 2017-05-21 13:39:30 +05:30
Kovid Goyal fbefbc57cc Remove workaround for QTBUG-42281 2017-05-21 13:39:30 +05:30
Kovid Goyal c7d4af9ab7 Update publish_betas command 2017-05-21 13:39:29 +05:30
Kovid Goyal a7e7b0d381 pep8 2017-05-21 13:39:29 +05:30
Kovid Goyal e8371dc78a ... 2017-05-21 13:39:26 +05:30
Kovid Goyal 0fdf23de8b Simplify windows exclusive file implementation by using msvcrt.locking as a fcntl substitute 2017-05-21 13:39:26 +05:30
Kovid Goyal 02aa7f1be0 Remove library.cli completely 2017-05-21 13:39:23 +05:30
Kovid Goyal 933c7d221d pep8 and condition on PLATFORM 2017-05-21 13:39:10 +05:30
Kovid Goyal 00ef575a03 No longer need to restrict running kernel as we use chroot 2017-05-21 13:39:10 +05:30
Kovid Goyal 9445fae589 build-calibre dir layout changed slightly 2017-05-21 13:39:10 +05:30
Kovid Goyal 063c43e871 Call shutdown after linux build as well 2017-05-21 13:39:10 +05:30
Kovid Goyal e21f0a3acc Dont error if file exists when building installer 2017-05-21 13:39:10 +05:30
Kovid Goyal e49df95bac Add a kernel version check to the publish command
The new build process uses docker which requires installed and running
kernel versions to match
2017-05-21 13:39:09 +05:30
Kovid Goyal 74153a0d22 Sign installers explicitly 2017-05-21 13:39:09 +05:30
Kovid Goyal dda2541a30 Remove unused code 2017-05-21 13:39:09 +05:30
Kovid Goyal 4488703e1e Start work on setting up CO testing on windows with AppVeyor 2017-05-21 13:39:09 +05:30
Kovid Goyal 37cd0c56e5 Use the new auto-build infrastructure for creating calibre installers 2017-05-21 13:39:09 +05:30
Kovid Goyal 7bce30a9db Change windows build environment detection to work with the new automatic build system 2017-05-21 13:39:08 +05:30
Kovid Goyal 4c3d3ecae8 Run the tests before publishing 2017-05-21 13:39:08 +05:30
Kovid Goyal 523bf9f4eb ... 2017-05-21 13:39:08 +05:30
Kovid Goyal c203b2fcd4 Remove extraneous fluff from the dist directory 2017-05-21 13:39:08 +05:30
Kovid Goyal ed1caccac7 Fix bundled Universal CRT not working on computers where the Universal CRT was not already installed 2017-05-21 13:39:08 +05:30
Kovid Goyal 107c454cb2 Simplify code to set dll directory 2017-05-21 13:39:08 +05:30
Kovid Goyal ac019c2460 Dont create installers in build notes 2017-05-21 13:39:08 +05:30
Kovid Goyal c929839f14 ... 2017-05-21 13:39:08 +05:30
Kovid Goyal 6c353bd330 ... 2017-05-21 13:39:08 +05:30
Kovid Goyal d337aee373 Disable app-local deployment of the universal CRT
It does not work for some hard to fathom reason.
2017-05-21 13:39:07 +05:30
Kovid Goyal 963b0eeea6 Nicer error message when loading the Universal CRT fails 2017-05-21 13:39:07 +05:30
Kovid Goyal 897a1a137e Do not have the launcher executables depend on the CRT 2017-05-21 13:39:07 +05:30
Kovid Goyal f8560f79fc Add proper manifests to all calibre executables
Marked as compatible with all versions of windows upto 10
2017-05-21 13:39:07 +05:30
Kovid Goyal ef7c1a3c69 Fix detection of mt.exe 2017-05-21 13:39:07 +05:30
Kovid Goyal 2f7f2ace66 Change the VM names 2017-05-21 13:39:07 +05:30
Kovid Goyal 9b5a3ba5a5 Build 32bit calibre 2017-05-21 13:39:07 +05:30
Kovid Goyal 1dd2c65384 Build libimobiledevice 2017-05-21 13:39:07 +05:30
Kovid Goyal 9bd640e7ae Replace the old windows build notes 2017-05-21 13:39:07 +05:30
Kovid Goyal 645f1d138f Option to not build installers 2017-05-21 13:39:06 +05:30
Kovid Goyal 3565840a07 Update path to WiX 2017-05-21 13:39:06 +05:30
Kovid Goyal e3d0d6e23a Add CRT to the frozen build 2017-05-21 13:39:06 +05:30
Kovid Goyal ab3e048a95 Use only win32 functions in the launcher, no CRT functions
Reduces the size of the executables a little
2017-05-21 13:39:06 +05:30
Kovid Goyal 9a49104dac Refactor application layout on windows
Now only the calibre executables are present in the top level directory
(which is added to PATH). No third party executables and no dlls.

This became necessary because the VS 2015 CRT is not manifest based, so
it would have to be placed in the top level dir in the old layout. Now
it can be put into the DLLs dir.
2017-05-21 13:39:06 +05:30
Kovid Goyal 77a0558cf2 Initial stab at replacing use of MemoryModule 2017-05-21 13:39:06 +05:30
Kovid Goyal 6206f7687d Update timestamp server URLs 2017-05-12 09:56:25 +05:30
Kovid Goyal 9cf545b61a ... 2017-05-10 00:38:03 +05:30
Kovid Goyal fa5f23bf86 oops 2017-05-10 00:29:18 +05:30