Skip to content
Snippets Groups Projects
  1. Sep 18, 2018
    • Peter Wu's avatar
      appveyor: allow Debug|x64 to fail due to linker issue · 39670617
      Peter Wu authored
      For some reason AppVeyor (VS2017 14.15.26726) fails to link
      picoquicdemo due to an issue related to JMC[1]. Apparently JMC requires
      an application to be linked with a CRT which somehow does not seem to
      happen. JMC can be disabled through "/JMC-" as described at [1].
      Ignore the issue until a proper solution is found.
      
       [1]: https://blogs.msdn.microsoft.com/vcblog/2018/06/29/announcing-jmc-stepping-in-visual-studio/
      39670617
    • 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