Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build scripts update #210

Open
wants to merge 11 commits into
base: master
Choose a base branch
from
Open

Commits on Aug 15, 2019

  1. setup.py: read MASON_ROOT and MAPNIK_CONFIG from environment

    Also don't run bootstrap.sh from setup.py, instead assume that Mason
    and required packages have already been installed (with bootstrap.sh
    or otherwise).
    lightmare committed Aug 15, 2019
    Configuration menu
    Copy the full SHA
    8103860 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2019

  1. Configuration menu
    Copy the full SHA
    c2c66e0 View commit details
    Browse the repository at this point in the history
  2. update test/ submodules

    lightmare committed Aug 21, 2019
    Configuration menu
    Copy the full SHA
    eea5b00 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2019

  1. Configuration menu
    Copy the full SHA
    a66006e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7426180 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f0e39b2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8c4e399 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    75e6732 View commit details
    Browse the repository at this point in the history
  6. travis: update script

    - git submodule update when needed
    - remove unused var JOBS (it shouldn't be in "env" even if it were used,
      because changing "env" vars invalidates cache)
    - install clang from apt instead of mason
    - try common workaround for distutils bugs, without branching
    lightmare committed Aug 22, 2019
    Configuration menu
    Copy the full SHA
    c78d3f7 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5365612 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2019

  1. Configuration menu
    Copy the full SHA
    2b0a204 View commit details
    Browse the repository at this point in the history