Skip to content

Python 3.6 bottle for high_sierra#1

Open
dlon wants to merge 1 commit into
pygame:masterfrom
dlon:36-bottle
Open

Python 3.6 bottle for high_sierra#1
dlon wants to merge 1 commit into
pygame:masterfrom
dlon:36-bottle

Conversation

@dlon

@dlon dlon commented Dec 26, 2018

Copy link
Copy Markdown
Member

Re: pygame/pygame#693

Should speed up the Python 3.6 build... if it works. Right now it builds from source.

Uploaded from Travis: https://travis-ci.com/dlon/pygame/builds/95720919
using the API:

import requests
import json


body={
  "request": {
    "message": "Build bottles.",
    "branch": "travis-upload",
    "config": {
      "merge_mode": "replace",
      "language": "python",
      "cache": {
        "directories": [
          "$HOME/.cache/pip",
          "$HOME/Library/Caches/Homebrew",
          "/Library/Caches/Homebrew"
        ]
      },
      "matrix": {
        "include": [
          {
          "os": "osx",
          "osx_image": "xcode10.1",
          "language": "generic",
          "env": [
            "PY_VERSION=3",
            "PY_VERSION_=3.6",
            "MAKEFLAGS=-j8",
            "BOTTLES_BUILD='python'",
          ]}
        ]
      },
      "script": [
        "source buildconfig/ci/travis/.travis_osx_upload_bottles.sh"
      ],
      "before_cache": [
        "brew cleanup"
      ],
      "env": {
        "global": {
          "SDL_VIDEODRIVER": "dummy",
          "SDL_AUDIODRIVER": "disk",
        }
      }
    }
  }
}

r = requests.post("https://api.travis-ci.com/repo/dlon%2Fpygame/requests",
                  headers={
                    "Content-Type": "application/json",
                    "Accept": "application/json",
                    "Travis-API-Version": "3",
                    "Authorization": "token XXXXXXXXXX"
                  },
                  data=json.dumps(body))

@illume

illume commented Dec 27, 2018

Copy link
Copy Markdown
Member

Everyone in the 'pygame' team should have write access to this repo now.

@dlon dlon force-pushed the master branch 7 times, most recently from 13dad8b to ce325e5 Compare January 29, 2019 23:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants