Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 1.58 KB

README.md

File metadata and controls

23 lines (13 loc) · 1.58 KB

SMCP wheels for macOS, Linux, and Windows

This repository automates SMCP wheel building using multibuild, Travis CI, and AppVeyor.

Build Status AppVeyor Build Status

Copyright and license

SMCP is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version.

SMCP is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

What is being built?

We currently build the following:

  • Wheels for macOS and Linux (manylinux1).
  • Wheels for Windows (x86-64 only)

Triggering a build

The build process is triggered by making a commit to the smcp-wheels repository. The variable BUILD_COMMIT in .travis.yml and .appveyor.yml specifies which commit from the SMCP repository to build.