Skip to content
Snippets Groups Projects
  1. Oct 14, 2018
    • Peter Wu's avatar
      ci: stop using git clone --shallow-since · 9005b262
      Peter Wu authored
      When git merges are in use it appears that --shallow-since=DATE stops at
      the first merge commit that is older than DATE. This could create a too
      shallow clone that lacks the desired commit. Disable this optimization.
      Observed with git 2.19.1.
      
      Fixes #359
      9005b262
  2. Oct 04, 2018
  3. Sep 18, 2018
    • Peter Wu's avatar
      appveyor: add Windows CI · 2ba9f851
      Peter Wu authored
      OpenSSL 1.1.0i on AppVeyor does not include applink.c, so copy it from
      OpenSSL 1.0.2p (which has lib\VC\libeay32MD.lib, but not libcrypto.lib).
      
      The weird "2>&1" redirection for git clone tries to prevent PS from
      printing a RemoteException (NativeCommandError) from using stderr.
      2ba9f851