Skip to content
  • Philippe Pepiot's avatar
    add appveyor config for building windows binaries · 1710b5ef
    Philippe Pepiot authored
    build x64 binaries on windows using appveyor.
    Use conda to install lxml because installation with pip will likely fail
    on missing libxml2 and libxslt.
    
    Use pyinstaller to produce binaries files, zip them and publish
    artifacts so the zip can be downloaded from https://ci.appveyor.com
    
    Run 'saemref-client --help' to test the produced binaries.
    1710b5ef