aboutsummaryrefslogtreecommitdiffstats
path: root/.jenkins/mac-wheel.sh
Commit message (Collapse)AuthorAgeFilesLines
* add a jenkinsfile for building wheels (#3636)Paul Kehrer2017-05-291-71/+0
| | | | | | | | | | * add a jenkinsfile for building wheels * remove scripts we don't need now * still do the list of installed items on the mac builder * build 2.6, don't bother with 2.7 ucs4 on mac, simplify batch
* Remove unused line from mac wheel builder (#3619)Alex Gaynor2017-05-261-1/+0
|
* Switch mac wheel builder to use new syntax (#3597)Alex Gaynor2017-05-251-1/+1
|
* Update wheel scripts to match what Jenkins has (#3459)Alex Gaynor2017-03-191-5/+16
| | | | | | | | * Include python3.6 in the macOS wheel script * Pull in changes from Jenkins * For Windows as well
* add the scripts we use to build the wheels in jenkins to version control (#2896)Paul Kehrer2016-05-291-0/+61
* add the scripts we use to build the wheels in jenkins to version control These scripts will get some updates shortly to simplify life on the OS X side, but for now it's just a copy of exactly what the job currently does. Once this is merged I can switch the job to just invoke these scripts. * rename script and update to what we're currently using to make whls